Fix spincheck crash

This commit is contained in:
bingus_violet 2024-04-21 13:12:50 -05:00
parent fb10ef5b95
commit 8a6bb2efd5

View file

@ -58,7 +58,7 @@ app.get("/v1/lanyard", (req, res) => {
}) })
app.get("/v1/spins", (req, res) => { app.get("/v1/spins", (req, res) => {
res.send(violetSpins) res.send(violetSpins.toString())
}) })
// app.listen(PORT, () => { // app.listen(PORT, () => {