summary refs log tree commit diff
path: root/src/routes/channels/#channel_id/recipients.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/channels/#channel_id/recipients.ts')
-rw-r--r--src/routes/channels/#channel_id/recipients.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/channels/#channel_id/recipients.ts b/src/routes/channels/#channel_id/recipients.ts

index 93c33ea5..ea6bc563 100644 --- a/src/routes/channels/#channel_id/recipients.ts +++ b/src/routes/channels/#channel_id/recipients.ts
@@ -1,4 +1,4 @@ -import { Router } from "express"; +import { Router, Response, Request } from "express"; const router: Router = Router(); // TODO: