Skip to content

Commit ede262c

Browse files
awgeorgeacinader
authored andcommitted
Fix linter errors
1 parent 0dec493 commit ede262c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controllers/SchemaController.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const Parse = require('parse/node').Parse;
1919
import { StorageAdapter } from '../Adapters/Storage/StorageAdapter';
2020
import DatabaseController from './DatabaseController';
2121
import Config from '../Config';
22+
// @flow-disable-next
2223
import deepcopy from 'deepcopy';
2324
import type {
2425
Schema,
@@ -538,6 +539,7 @@ export default class SchemaController {
538539
schemaData: { [string]: Schema };
539540
_cache: any;
540541
reloadDataPromise: Promise<any>;
542+
protectedFields: any;
541543

542544
constructor(databaseAdapter: StorageAdapter, schemaCache: any) {
543545
this._dbAdapter = databaseAdapter;

0 commit comments

Comments
 (0)