Fix linter errors
This commit is contained in:
@@ -19,6 +19,7 @@ const Parse = require('parse/node').Parse;
|
|||||||
import { StorageAdapter } from '../Adapters/Storage/StorageAdapter';
|
import { StorageAdapter } from '../Adapters/Storage/StorageAdapter';
|
||||||
import DatabaseController from './DatabaseController';
|
import DatabaseController from './DatabaseController';
|
||||||
import Config from '../Config';
|
import Config from '../Config';
|
||||||
|
// @flow-disable-next
|
||||||
import deepcopy from 'deepcopy';
|
import deepcopy from 'deepcopy';
|
||||||
import type {
|
import type {
|
||||||
Schema,
|
Schema,
|
||||||
@@ -538,6 +539,7 @@ export default class SchemaController {
|
|||||||
schemaData: { [string]: Schema };
|
schemaData: { [string]: Schema };
|
||||||
_cache: any;
|
_cache: any;
|
||||||
reloadDataPromise: Promise<any>;
|
reloadDataPromise: Promise<any>;
|
||||||
|
protectedFields: any;
|
||||||
|
|
||||||
constructor(databaseAdapter: StorageAdapter, schemaCache: any) {
|
constructor(databaseAdapter: StorageAdapter, schemaCache: any) {
|
||||||
this._dbAdapter = databaseAdapter;
|
this._dbAdapter = databaseAdapter;
|
||||||
|
|||||||
Reference in New Issue
Block a user