mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 21:19:36 +00:00
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:
parent
fc0dc7cf16
commit
0b6212d240
1 changed files with 45 additions and 45 deletions
|
@ -26,7 +26,7 @@ app.use(
|
|||
resave: false,
|
||||
saveUninitialized: true,
|
||||
cookie: { secure: true },
|
||||
})
|
||||
}),
|
||||
);
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
|
|
Loading…
Reference in a new issue