summary refs log tree commit diff
path: root/src/api/routes/channels/#channel_id/typing.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/channels/#channel_id/typing.ts')
-rw-r--r--src/api/routes/channels/#channel_id/typing.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/channels/#channel_id/typing.ts b/src/api/routes/channels/#channel_id/typing.ts
index 90e78175..4563b689 100644
--- a/src/api/routes/channels/#channel_id/typing.ts
+++ b/src/api/routes/channels/#channel_id/typing.ts
@@ -64,7 +64,7 @@ router.post(
 		} as TypingStartEvent);
 
 		res.sendStatus(204);
-	},
+	}
 );
 
 export default router;