mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-21 18:44:51 -05:00
Fix lint
This commit is contained in:
@@ -22,6 +22,7 @@ export function setUpAuth(app: Express): void {
|
||||
"env var DISCORD_CLIENT_SECRET undefined"
|
||||
);
|
||||
invariant(process.env.COOKIE_SECRET, "env var COOKIE_SECRET undefined");
|
||||
invariant(process.env.FRONT_PAGE_URL, "env var FRONT_PAGE_URL undefined");
|
||||
|
||||
passport.use(
|
||||
new DiscordStrategy(
|
||||
|
||||
Reference in New Issue
Block a user