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 f0630e1 commit aa91cd5Copy full SHA for aa91cd5
src/LiveQuery/ParseLiveQueryServer.ts
@@ -19,7 +19,7 @@ import {
19
toJSONwithObjects,
20
} from '../triggers';
21
import { getAuthForSessionToken, Auth } from '../Auth';
22
-import { getCacheController } from '../Controllers';
+import { getCacheController, getDatabaseController } from '../Controllers';
23
import { LRUCache as LRU } from 'lru-cache';
24
import UserRouter from '../Routers/UsersRouter';
25
import DatabaseController from '../Controllers/DatabaseController';
0 commit comments