Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg committed Oct 17, 2023
1 parent b9653f2 commit cced4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Environment/Environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function isInternalTestBuild() {
*/
function getEnvironmentURL() {
return new Promise((resolve) => {
getEnvironment().then((env) => resolve(ENVIRONMENT_URLS[env]));
getEnvironment().then((environment) => resolve(ENVIRONMENT_URLS[environment]));
});
}

Expand Down

0 comments on commit cced4f4

Please sign in to comment.