Skip to content

Commit aa91cd5

Browse files
committed
Update ParseLiveQueryServer.ts
1 parent f0630e1 commit aa91cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveQuery/ParseLiveQueryServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
toJSONwithObjects,
2020
} from '../triggers';
2121
import { getAuthForSessionToken, Auth } from '../Auth';
22-
import { getCacheController } from '../Controllers';
22+
import { getCacheController, getDatabaseController } from '../Controllers';
2323
import { LRUCache as LRU } from 'lru-cache';
2424
import UserRouter from '../Routers/UsersRouter';
2525
import DatabaseController from '../Controllers/DatabaseController';

0 commit comments

Comments
 (0)