diff --git a/ts/smartdata.classes.dbcollection.ts b/ts/smartdata.classes.dbcollection.ts index 2beee97..f6f87a9 100644 --- a/ts/smartdata.classes.dbcollection.ts +++ b/ts/smartdata.classes.dbcollection.ts @@ -1,6 +1,6 @@ import * as plugins from './smartdata.plugins' import { Db } from './smartdata.classes.db' -import { DbDoc } from './smartdata.classes.dbDoc' +import { DbDoc } from './smartdata.classes.dbdoc' export interface IFindOptions { limit?: number