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