Skip to content

Commit 956c092

Browse files
authored
Update config.ts
1 parent d42fdca commit 956c092

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/lib/config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ interface Config {
1212
openedTag: string;
1313
};
1414

15-
releaseAlertChannel: {
16-
id: string;
17-
};
18-
19-
releaseChannel: {
20-
id: string;
21-
};
22-
2315
emojis: {
2416
coder: string;
2517
linux: string;
@@ -53,9 +45,6 @@ export const { config, layers } = await loadConfig<Config>({
5345
["helpChannel", "closedTag"],
5446
["helpChannel", "openedTag"],
5547

56-
["releaseAlertChannel", "id"],
57-
["releaseChannel", "id"],
58-
5948
["emojis", "coder"],
6049
["emojis", "linux"],
6150
["emojis", "macos"],

0 commit comments

Comments
 (0)