Made all database calls async. Fixed smaller issue
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
catch (HttpApiException e)
|
||||
{
|
||||
if (e.Status == 404)
|
||||
NotFound = false;
|
||||
NotFound = true;
|
||||
else
|
||||
throw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user