Skip to content

Commit

Permalink
fix(tabstractdatabase): fix missings imports from itee-validators
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Aug 2, 2019
1 parent 050ac4e commit bfce080
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/core/databases/TAbstractDatabase.js
Original file line number Diff line number Diff line change
@@ -8,6 +8,10 @@
*
*/

import {
isNull,
isUndefined
} from 'itee-validators'
import path from 'path'
import { TAbstractDatabasePlugin } from '../plugins/TAbstractDatabasePlugin'

0 comments on commit bfce080

Please sign in to comment.