Made all database calls async. Fixed smaller issue

This commit is contained in:
2025-01-06 22:37:01 +01:00
parent f652945a3f
commit 0b143d1c81
8 changed files with 55 additions and 56 deletions

View File

@@ -198,7 +198,7 @@
catch (HttpApiException e)
{
if (e.Status == 404)
NotFound = false;
NotFound = true;
else
throw;
}