Skip to content

Commit b5cf36e

Browse files
committed
fix: realtime ts lint
1 parent 1a7750c commit b5cf36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/realtime/realtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function emitCheck(note) {
8989
export var users = {}
9090
export var notes = {}
9191

92-
export function getNotePool() {
92+
export function getNotePool(): any {
9393
return notes
9494
}
9595

0 commit comments

Comments
 (0)