diff --git a/index.js b/index.js index 2e57576..28257c2 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ app.get("/v1/lanyard", (req, res) => { }) app.get("/v1/spins", (req, res) => { - res.send(violetSpins) + res.send(violetSpins.toString()) }) // app.listen(PORT, () => {