Skip to content

Commit

Permalink
fix: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 19, 2023
1 parent b1c08d1 commit 408f5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game_frontend/src/pyodide/badges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export async function checkIfBadgeEarned(
gameState: any,
currentAvatarID: number
): Promise<string> {
// TODO: fix loading of environment variables.
let serviceUrl = process.env.REACT_APP_KURONO_BADGES_URL;
if (serviceUrl === undefined) {
serviceUrl = "https://production-kurono-badges-dot-decent-digit-629.appspot.com"
Expand Down

0 comments on commit 408f5df

Please sign in to comment.