mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix wrong indentation
This commit is contained in:
parent
271238b40f
commit
310455d4ab
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue