From fedc0bd8c8605b1ecdd3307077c1458a8b51e038 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 23 Jun 2017 16:42:03 +0200 Subject: [PATCH] fix import --- ts/smartdata.classes.dbcollection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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