mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
Update apps/aris-backend/src/location/http.ts
Co-authored-by: ona-patrol <ona@nym.sh>
This commit is contained in:
@@ -46,5 +46,5 @@ async function handleUpdateLocation(c: Context<Env>) {
|
|||||||
timestamp: new Date(result.timestamp),
|
timestamp: new Date(result.timestamp),
|
||||||
})
|
})
|
||||||
|
|
||||||
return c.status(204)
|
return c.body(null, 204)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user