mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 08:23:35 +03:00
oops
This commit is contained in:
parent
d4bd2fb62d
commit
50e8d2da9e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public sealed class GuildDataService : BackgroundService
|
|||
return SaveAsync(ct);
|
||||
}
|
||||
|
||||
private Task SaveAsync(CancellationToken ct)
|
||||
private Task SaveAsync(CancellationToken ct = default)
|
||||
{
|
||||
var tasks = new List<Task>();
|
||||
var datas = _datas.Values.ToArray();
|
||||
|
|
Loading…
Add table
Reference in a new issue