Skip to content

Commit

Permalink
Fix missed await using
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Nov 8, 2024
1 parent cfc85ca commit ae77413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public async Task HealBigSqueezedRandomTree()

dbContext.LocalStateTree.RootHash = dbContext.RemoteStateTree.RootHash;

IContainer container = PrepareDownloader(dbContext);
await using IContainer container = PrepareDownloader(dbContext);
SafeContext ctx = container.Resolve<SafeContext>();
await ActivateAndWait(ctx, dbContext, 9, timeout: 20000);

Expand Down

0 comments on commit ae77413

Please sign in to comment.