Skip to content

Commit

Permalink
fix(tmongodbplugin): fix bad package for some validation function
Browse files Browse the repository at this point in the history
This commit fix a wrong package usage for validation function
  • Loading branch information
Itee committed Jul 29, 2019
1 parent e45c39f commit ab0b5ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/mongodb/TMongoDBPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*
*/

import { getFilesPathsUnder } from 'itee-utils'
import {
getFilesPathsUnder,
isEmptyFile,
isFunction,
isInvalidDirectoryPath
} from 'itee-utils'
import { isFunction } from 'itee-validators'
} from '../../node_modules/itee-validators/builds/itee-validators.cjs'
import path from 'path'
import { TAbstractDatabasePlugin } from '../core/plugins/TAbstractDatabasePlugin'
import { TMongooseController } from './TMongooseController'
Expand Down

0 comments on commit ab0b5ba

Please sign in to comment.