chore: Remove deprecated socket.io-auth (#3780)

This commit is contained in:
Tom Moor
2022-07-16 10:27:09 +01:00
committed by GitHub
parent 1247bb411e
commit 95f4fb2424
4 changed files with 232 additions and 179 deletions

View File

@@ -19,6 +19,7 @@ type LogCategory =
| "processor"
| "email"
| "queue"
| "websockets"
| "database"
| "utils";
type Extra = Record<string, any>;