Skip to content

Commit

Permalink
chore: update debug nr
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 30, 2024
1 parent 4d8a7f1 commit 79b1d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainflip-insights/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ private async Task<double> GetLastSwapId(CancellationToken cancellationToken)
return double.Parse(await File.ReadAllTextAsync(_configuration.LastSwapIdLocation, cancellationToken));

await using var file = File.CreateText(_configuration.LastSwapIdLocation);
await file.WriteAsync("381");
return 381;
await file.WriteAsync("386");
return 386;
}

private async Task StoreLastSwapId(double swapId)
Expand Down

0 comments on commit 79b1d72

Please sign in to comment.