Skip to content

Commit

Permalink
Add assertion to _CONFIG (in the globalConfig.ts file)
Browse files Browse the repository at this point in the history
Signed-off-by: belloibrahv <belloibrahv@gmail.com>
  • Loading branch information
belloibrahv committed Jan 23, 2025
1 parent 11dc84a commit 37d0844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config-service/src/services/globalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ const _CONFIG = {
required: false,
defaultValue: null,
},
} satisfies { [key: string]: ConfigProperty };
} as const satisfies { [key: string]: ConfigProperty };

export type ConfigKey = keyof typeof _CONFIG;

Expand Down

0 comments on commit 37d0844

Please sign in to comment.