Skip to content

Commit

Permalink
Another await
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Oct 15, 2023
1 parent 4ecc40a commit 3bd142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/riitag/cover.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export async function getCover(gameConsole, coverType, gameId, region) {
return await downloadCover(
gameConsole,
coverType,
getGameRegion(gameConsole, gameId),
await getGameRegion(gameConsole, gameId),
gameId
);
} catch {
Expand Down

0 comments on commit 3bd142f

Please sign in to comment.