fix: Archive locally is not an async function (#1735)
This commit is contained in:
parent
72261a6b9c
commit
44df304575
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ namespace Server.Saves
|
|||
}
|
||||
}
|
||||
|
||||
public static async void AutoArchiveLocally()
|
||||
public static void AutoArchiveLocally()
|
||||
{
|
||||
var date = Core.Now;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue