fix: Archive locally is not an async function (#1735)

This commit is contained in:
Kamron Batman 2024-04-21 08:08:12 -07:00 committed by GitHub
parent 72261a6b9c
commit 44df304575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@ namespace Server.Saves
}
}
public static async void AutoArchiveLocally()
public static void AutoArchiveLocally()
{
var date = Core.Now;