1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Bot/Bot/MRUBot.cs b/MatrixRoomUtils.Bot/Bot/MRUBot.cs
index adf825d..1bf5f67 100644
--- a/MatrixRoomUtils.Bot/Bot/MRUBot.cs
+++ b/MatrixRoomUtils.Bot/Bot/MRUBot.cs
@@ -103,7 +103,7 @@ public class MRUBot : IHostedService {
}
}
});
- await hs.SyncHelper.RunSyncLoop(cancellationToken);
+ await hs.SyncHelper.RunSyncLoop(cancellationToken: cancellationToken);
}
/// <summary>Triggered when the application host is performing a graceful shutdown.</summary>
|