Skip to content

Commit

Permalink
Added missing await.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Jul 18, 2023
1 parent 066a1bd commit 4a7bf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
}

await dataService.SetAllDevicesNotOnline();
dataService.CleanupOldRecords();
await dataService.CleanupOldRecords();
}

await app.RunAsync();
Expand Down

0 comments on commit 4a7bf7c

Please sign in to comment.