Skip to content

Commit

Permalink
Merge pull request #279 from moonstream-to/fixes
Browse files Browse the repository at this point in the history
empty tokens fix
  • Loading branch information
Anton-Mushnin authored May 13, 2024
2 parents 510bcf3 + 005acdd commit f3edac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/tokenInterfaces/FullcountPlayerAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function fetchFullcountPlayerTokens() {
"error_domain:fcplayer",
`error:fcplayer-tokens`,
]);
return [];
throw e;
}
}

Expand Down

0 comments on commit f3edac4

Please sign in to comment.