summary refs log tree commit diff
path: root/src/api/routes/read-states/ack-bulk.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/read-states/ack-bulk.ts')
-rw-r--r--src/api/routes/read-states/ack-bulk.ts2
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;