We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42fdca commit 956c092Copy full SHA for 956c092
src/lib/config.ts
@@ -12,14 +12,6 @@ interface Config {
12
openedTag: string;
13
};
14
15
- releaseAlertChannel: {
16
- id: string;
17
- };
18
-
19
- releaseChannel: {
20
21
22
23
emojis: {
24
coder: string;
25
linux: string;
@@ -53,9 +45,6 @@ export const { config, layers } = await loadConfig<Config>({
53
45
["helpChannel", "closedTag"],
54
46
["helpChannel", "openedTag"],
55
47
56
- ["releaseAlertChannel", "id"],
57
- ["releaseChannel", "id"],
58
59
48
["emojis", "coder"],
60
49
["emojis", "linux"],
61
50
["emojis", "macos"],
0 commit comments