Skip to content

Commit

Permalink
fix(flow): fix flow typed errors, SchemaState use import type
Browse files Browse the repository at this point in the history
  • Loading branch information
mernxl committed Jul 26, 2018
1 parent b38ed20 commit 1dff68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MongooseIdAssigner.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import EventEmitter from 'events';
import type { MongooseSchema, MongooseModel } from 'mongoose';
import type { AssignerOptions, FieldConfig } from './assigner.interfaces';
import { SchemaState } from './LocalStateStore';
import type { SchemaState } from './LocalStateStore';

export interface NormalisedOptions {
modelName: string;
Expand Down

0 comments on commit 1dff68d

Please sign in to comment.