diff options
Diffstat (limited to 'src/api/routes/read-states/ack-bulk.ts')
-rw-r--r-- | src/api/routes/read-states/ack-bulk.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/read-states/ack-bulk.ts b/src/api/routes/read-states/ack-bulk.ts index 3ee25d1a..d93b0450 100644 --- a/src/api/routes/read-states/ack-bulk.ts +++ b/src/api/routes/read-states/ack-bulk.ts @@ -61,7 +61,7 @@ router.post( ]); return res.status(204); - }, + } ); export default router; |