Skip to content

Commit

Permalink
rename minor
Browse files Browse the repository at this point in the history
  • Loading branch information
boscohyun committed May 10, 2024
1 parent 53fa53a commit d648260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mimir.Worker/BlockPoller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ public async Task RunAsync(CancellationToken cancellationToken)
continue;
}

await AllInventoryAsync(processBlockIndex, stateGetter, cancellationToken);
await EveryAvatarAsync(processBlockIndex, stateGetter, cancellationToken);
await BattleArenaAsync(processBlockIndex, stateGetter, cancellationToken);
await mongoDbWorker.UpdateLatestBlockIndex(processBlockIndex);
}
}

private async Task AllInventoryAsync(
private async Task EveryAvatarAsync(
long processBlockIndex,
StateGetter stateGetter,
CancellationToken cancellationToken)
Expand Down

0 comments on commit d648260

Please sign in to comment.