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>
This commit is contained in:
zeon-neon[bot] 2024-10-11 19:27:38 +00:00 committed by GitHub
parent fc0dc7cf16
commit 0b6212d240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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