Skip to content
Snippets Groups Projects
Unverified Commit 9c1c1e9f authored by Julia's avatar Julia
Browse files

Fix logging stuff

parent 76bbc10a
No related branches found
No related tags found
2 merge requests!620Bump version,!598Rate limiting for websockets
......@@ -34,7 +34,6 @@ export class StreamingApiServerService {
#wss: WebSocket.WebSocketServer;
#connections = new Map<WebSocket.WebSocket, number>();
#cleanConnectionsIntervalId: NodeJS.Timeout | null = null;
#logger: Logger;
constructor(
@Inject(DI.redisForSub)
......
......@@ -53,7 +53,7 @@ export default class Connection {
private notificationService: NotificationService,
private cacheService: CacheService,
private channelFollowingService: ChannelFollowingService,
private loggerService: LoggerService,
loggerService: LoggerService,
user: MiUser | null | undefined,
token: MiAccessToken | null | undefined,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment