Skip to content

Commit

Permalink
im bad
Browse files Browse the repository at this point in the history
  • Loading branch information
loukylor committed Dec 29, 2024
1 parent 4f64872 commit a14a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrickFireDiscordBot/Services/RoleSyncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
try
{
await SyncRoles(await _pageQueue.Reader.ReadAsync(stoppingToken, true));
await SyncRoles(await _pageQueue.Reader.ReadAsync(stoppingToken), true);
}
catch (Exception ex)
{
Expand Down

0 comments on commit a14a2d0

Please sign in to comment.