Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update GenshinAPI.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed Sep 5, 2021
1 parent 0831f83 commit d47bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/GenshinAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static PlayerQueryResult GetPlayerData(string uid, string server)
ServerResponse<JObject> lastSpiralAbyss = GetSpiralAbyssInfo("2", uid, server);
if (!lastSpiralAbyss.Success)
{
return new PlayerQueryResult(spiralAbyss.Message);
return new PlayerQueryResult(lastSpiralAbyss.Message);
}

ServerResponse<JObject> roles = GetCharacters(playerInfo.Data.Avatars.Select(x => x.Id).ToList(), uid, server);
Expand Down

0 comments on commit d47bd2d

Please sign in to comment.