mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Added missing await.
This commit is contained in:
parent
066a1bdd4d
commit
4a7bf7c5ae
@ -294,7 +294,7 @@ using (var scope = app.Services.CreateScope())
|
||||
}
|
||||
|
||||
await dataService.SetAllDevicesNotOnline();
|
||||
dataService.CleanupOldRecords();
|
||||
await dataService.CleanupOldRecords();
|
||||
}
|
||||
|
||||
await app.RunAsync();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user