Fix spincheck crash
This commit is contained in:
parent
fb10ef5b95
commit
8a6bb2efd5
1 changed files with 1 additions and 1 deletions
2
index.js
2
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, () => {
|
||||
|
|
Loading…
Reference in a new issue