Skip to content

Commit 59cc380

Browse files
committed
integration tests
1 parent 277fb0b commit 59cc380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ CoreManager.setRESTController(RESTController);
389389

390390
if (process.env.PARSE_BUILD === 'node') {
391391
Parse.initialize = Parse._initialize;
392-
Parse.Cloud = Parse.Cloud || ({} as any);
392+
Parse.Cloud = { ...(Parse.Cloud || ({} as any)) };
393393
(Parse.Cloud as any).useMasterKey = function () {
394394
CoreManager.set('USE_MASTER_KEY', true);
395395
};

0 commit comments

Comments
 (0)