Skip to content

Commit

Permalink
Merge pull request #262 from ipax77/dev
Browse files Browse the repository at this point in the history
cu
  • Loading branch information
ipax77 authored Apr 10, 2023
2 parents e795d5f + 71b80e6 commit 199c9d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc2dsstats.maui/Services/UploadService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public async Task UploadReplays()

if (success)
{
SetUploadedFlag(importedReplayHashes);
await SetUploadedFlag(importedReplayHashes);
OnUploadStateChanged(new() { UploadStatus = UploadStatus.Success });
}
else
Expand Down
File renamed without changes.

0 comments on commit 199c9d9

Please sign in to comment.