forked from MapComplete/MapComplete
Add timestamping to script
This commit is contained in:
parent
9994258707
commit
80a3fdc1a6
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ async function handlePost(req: http.IncomingMessage, res: ServerResponse) {
|
|||
|
||||
await new Promise((resolve) => req.on("end", resolve))
|
||||
|
||||
console.log(new Date().toISOString())
|
||||
let parsed: any
|
||||
try {
|
||||
parsed = JSON.parse(body)
|
||||
|
|
Loading…
Reference in a new issue