Skip to content
Snippets Groups Projects
Commit c52aeb66 authored by syuilo's avatar syuilo
Browse files

Fix type

parent f5ebfdca
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ export default class Connection {
public user?: User;
public following: User['id'][] = [];
public muting: User['id'][] = [];
public token: AccessToken | null | undefined;
public token?: AccessToken;
private wsConnection: websocket.connection;
public subscriber: EventEmitter;
private channels: Channel[] = [];
......
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