Fix wrong indentation

This commit is contained in:
syuilo 2018-09-12 01:48:30 +09:00
parent 1fea2cdcbe
commit bb8139196e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -10,7 +10,7 @@ function publish(channel: string, type: string, value?: any): void {
{ type: type } :
{ type: type, body: value };
ev.emit(channel, message);
ev.emit(channel, message);
}
export function publishUserStream(userId: ID, type: string, value?: any): void {