Skip to content

Commit dbb4d2a

Browse files
committed
fix: lint
1 parent 8d78518 commit dbb4d2a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Controllers/SchemaController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import SchemaCache from '../Adapters/Cache/SchemaCache';
2121
import DatabaseController from './DatabaseController';
2222
import Config from '../Config';
2323
import { createSanitizedError } from '../Error';
24-
import defaultLogger from '../logger';
2524
// @flow-disable-next
2625
import deepcopy from 'deepcopy';
2726
import type {

src/Routers/ClassesRouter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import _ from 'lodash';
44
import Parse from 'parse/node';
55
import { promiseEnsureIdempotency } from '../middlewares';
66
import { createSanitizedError } from '../Error';
7-
import defaultLogger from '../logger';
87

98
const ALLOWED_GET_QUERY_KEYS = [
109
'keys',

0 commit comments

Comments
 (0)