fix config compile error

This commit is contained in:
evanpelle
2024-12-16 13:59:10 -08:00
parent 2b3c24c398
commit aff674ebaf
5 changed files with 9 additions and 3 deletions
+3
View File
@@ -1,5 +1,8 @@
import { DefaultConfig } from "./DefaultConfig";
export const prodConfig = new class extends DefaultConfig {
discordBotSecret(): string {
throw new Error("Method not implemented.");
}
}