We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7750c commit b5cf36eCopy full SHA for b5cf36e
lib/realtime/realtime.ts
@@ -89,7 +89,7 @@ export function emitCheck(note) {
89
export var users = {}
90
export var notes = {}
91
92
-export function getNotePool() {
+export function getNotePool(): any {
93
return notes
94
}
95
0 commit comments