fixed merge error
This commit is contained in:
parent
e4dd24c1b0
commit
787b02f97e
|
@ -1,5 +1,6 @@
|
|||
using System.Reactive.Linq;
|
||||
using InnovEnergy.App.Backend.DataTypes;
|
||||
using InnovEnergy.App.Backend.DataTypes.Methods;
|
||||
using InnovEnergy.App.Backend.Relations;
|
||||
using InnovEnergy.Lib.Utils;
|
||||
using SQLite;
|
||||
|
@ -68,12 +69,8 @@ public static partial class Db
|
|||
return success;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private static void Cleanup(Int64 _)
|
||||
private static async Task<Boolean> Cleanup(Int64 _)
|
||||
{
|
||||
await UpdateS3Urls();
|
||||
DeleteStaleSessions();
|
||||
|
|
Loading…
Reference in New Issue