Skip to content

Commit 0117d98

Browse files
graphman: remove leftover block_on (#6327)
Signed-off-by: Maksim Dimitrov <dimitrov.maksim@gmail.com>
1 parent 3cf02d8 commit 0117d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/manager/commands/chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ pub async fn change_block_cache_shard(
254254

255255
let chain = BlockStore::allocate_chain(conn, &chain_name, &shard, &ident).await?;
256256

257-
graph::block_on(store.add_chain_store(&chain,ChainStatus::Ingestible, true))?;
257+
store.add_chain_store(&chain,ChainStatus::Ingestible, true).await?;
258258

259259
// Drop the foreign key constraint on deployment_schemas
260260
sql_query(

0 commit comments

Comments
 (0)