1
0
mirror of synced 2025-10-28 18:19:17 +00:00

temp fix lastPull server

This commit is contained in:
Valentin
2023-09-13 16:21:49 +02:00
parent 092ab264bc
commit e45c92d44b
5 changed files with 26 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ router.get("/:server", async (req, res) => {
raw += '# ' + x + '\n' + result[x] + '\n\n'
}
res.send(raw)
server.lastPull =
server.lastPull = new Date()
server.save()
})