Skip to content

Commit a86c64b

Browse files
committed
fix: topic.formatted's string typo
1 parent cef7f6f commit a86c64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/core/topic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export class Topic {
2020
return `${this.topic}.${auth.store.getState().user.id}`;
2121
}
2222

23-
return `${this.topic}.${this.streamer.id})}`;
23+
return `${this.topic}.${this.streamer.id}`;
2424
}
2525
}

0 commit comments

Comments
 (0)