Skip to content

Commit 44b67a4

Browse files
committed
fix: revert caseInsensitive = true
1 parent 1ea5189 commit 44b67a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const { config, layers } = await loadConfig<Config>({
3737
environmentFile: true,
3838
processEnvironment: true,
3939

40-
caseInsensitive: true,
40+
caseInsensitive: false,
4141

4242
configs: ["config.json"],
4343

@@ -50,8 +50,8 @@ export const { config, layers } = await loadConfig<Config>({
5050
"serverId",
5151

5252
["helpChannel", "id"],
53-
["helpChannel", "closedtag"],
54-
["helpChannel", "openedtag"],
53+
["helpChannel", "closedTag"],
54+
["helpChannel", "openedTag"],
5555

5656
["releaseAlertChannel", "id"],
5757
["releaseChannel", "id"],

0 commit comments

Comments
 (0)