Skip to content

Commit 4de6abe

Browse files
committed
Proper implementation
1 parent 47acb4e commit 4de6abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as TestUtils from './TestUtils';
88
import { useExternal } from './deprecated';
99
import { getLogger } from './logger';
1010
import { PushWorker } from './Push/PushWorker';
11-
require('./missing/file');
11+
1212
// Factory function
1313
const _ParseServer = function(options) {
1414
const server = new ParseServer(options);

0 commit comments

Comments
 (0)