Skip to content

Commit

Permalink
update commons-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Aug 12, 2024
1 parent df0619a commit b42d0dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@gridsuite/commons-ui": "file:../_frontend/commons-ui/gridsuite-commons-ui-0.63.2.tgz",
"@gridsuite/commons-ui": "file:../_frontend/commons-ui/gridsuite-commons-ui-0.63.4.tgz",
"@types/core-js": "^2.5.8",
"@types/eslint-config-prettier": "^6.11.3",
"@types/jest": "^27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/services/app-local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class AppLocalSvc extends AppLocalComSvc {
super();
}

public async fetchEnv(): Promise<EnvJson> {
public async fetchEnv() {
return (await super.fetchEnv()) as EnvJson;
}
}

0 comments on commit b42d0dc

Please sign in to comment.