Skip to content

Commit

Permalink
fix auto get version failed
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Nov 29, 2024
1 parent a9f9fde commit 8d78d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MementoMori/MementoNetworkManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ private async Task GetLatestAvailableVersion()
{
_authOption.Update(x => { x.AppVersion = version.ToString(); });
MoriHttpClientHandler.AppVersion = version.ToString();
return;
}

var buildAddCount = 5;
Expand Down

0 comments on commit 8d78d06

Please sign in to comment.