fix some syntax and stuff
This commit is contained in:
@@ -9,4 +9,4 @@ export const Config = {
|
||||
client_secret: process.env.CLIENT_SECRET || "",
|
||||
channels: process.env.CHANNELS?.split(",") || [],
|
||||
developers: process.env.DEVELOPERS?.split(",") || [],
|
||||
};
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user