Skip to content

Commit 96b7a6d

Browse files
Update core/src/sql/db_connection_pool/runtime.rs
1 parent 1396146 commit 96b7a6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/sql/db_connection_pool/runtime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ where
2828
{
2929
match Handle::try_current() {
3030
Ok(_) => f().await,
31-
// Err(_) => get_tokio_runtime().0.block_on(f()),
3231
Err(_) => execute_in_tokio(f),
3332
}
3433
}

0 commit comments

Comments
 (0)