forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
83d9730d93
commit
3314640b01
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function publishDriveStream(userId: ID, type: string, value?: any): void
|
||||||
}
|
}
|
||||||
|
|
||||||
export function publishNoteStream(noteId: ID, type: string): void {
|
export function publishNoteStream(noteId: ID, type: string): void {
|
||||||
publish(`note-stream:${noteId}`, type, noteId);
|
publish(`note-stream:${noteId}`, null, noteId);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function publishUserListStream(listId: ID, type: string, value?: any): void {
|
export function publishUserListStream(listId: ID, type: string, value?: any): void {
|
||||||
|
|
Loading…
Reference in a new issue