Skip to content

Commit

Permalink
clean up further
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 18, 2024
1 parent ef39bce commit 3ee3588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/src/controllers/configController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const configDefaults = (appType: string) => {
};

export class ConfigController {
static _readAppConfigFile = (
private static _readAppConfigFile = (
appName: string,
appsPath: string,
_baseUrl: string,
Expand Down

0 comments on commit 3ee3588

Please sign in to comment.