Fix event persistence
This commit is contained in:
parent
565048fca8
commit
baefeec6c6
1 changed files with 1 additions and 1 deletions
2
event.js
2
event.js
|
@ -188,7 +188,7 @@ eventRouter.post('/', (req, res) => {
|
|||
|
||||
EventRepository.createEvent(new Event(
|
||||
req.body.appId,
|
||||
req.body.date,
|
||||
new Date(req.body.date),
|
||||
req.body.userAgent,
|
||||
req.body.platform,
|
||||
req.body.manufacturer,
|
||||
|
|
Loading…
Reference in a new issue