enhancement(lint): Fix lint errors for hackclub-spotify-bot/src/index.js

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
Signed-off-by: Saahil <neon@saahild.com>
This commit is contained in:
zeon-neon[bot] 2024-10-11 19:27:38 +00:00 committed by Saahil
parent 81a52efa66
commit 2156510336
Signed by: neon
GPG key ID: 8A8B64515254CFC6

View file

@ -26,7 +26,7 @@ app.use(
resave: false, resave: false,
saveUninitialized: true, saveUninitialized: true,
cookie: { secure: true }, cookie: { secure: true },
}) }),
); );
app.get("/", (req, res) => { app.get("/", (req, res) => {