Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zishone committed Apr 19, 2020
1 parent 0862bb1 commit 9e400d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/apply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import { getLogger } from '../utils/get-logger';
import { getSpec } from '../utils/get-spec';
import { parseOptions } from '../utils/parse-options';
import { applyCollection } from './apply-collection';
import { applyData } from './apply-data';
import { applyDatabase } from './apply-database';
import { applyIndex } from './apply-index';
import { applyInfo } from './apply-info';
import { compareVersion } from './compare-version';
import { connectServer } from './connect-server';
import { applyData } from './apply-data';

const logger = getLogger(__filename);

Expand Down

0 comments on commit 9e400d9

Please sign in to comment.