Skip to content

Commit bfce080

Browse files
committed
fix(tabstractdatabase): fix missings imports from itee-validators
1 parent 050ac4e commit bfce080

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sources/core/databases/TAbstractDatabase.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
*
99
*/
1010

11+
import {
12+
isNull,
13+
isUndefined
14+
} from 'itee-validators'
1115
import path from 'path'
1216
import { TAbstractDatabasePlugin } from '../plugins/TAbstractDatabasePlugin'
1317

0 commit comments

Comments
 (0)