Skip to content

Commit

Permalink
refactor: change is-plain-object import
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 10, 2020
1 parent fe0115a commit f27bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Types = require('./types');
const Promise = require('bluebird');
const { getProp, setProp, delProp } = require('./util');
const PopulationError = require('./error/population');
const isPlainObject = require('is-plain-object');
const { isPlainObject } = require('is-plain-object');

/**
* @callback queryFilterCallback
Expand Down

0 comments on commit f27bc1c

Please sign in to comment.