Skip to content

Commit

Permalink
Fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 11, 2018
1 parent 1fea2cd commit bb81391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream.ts
Expand Up @@ -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 {
Expand Down

0 comments on commit bb81391

Please sign in to comment.