Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncanup committed Oct 9, 2017
1 parent be62dc1 commit 3bc0295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get/onMissing.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var support = require("./util/support");
var fastCopy = support.fastCopy;
var fastCat = support.fastCat;
var arraySlice = require('./../support/array-slice');
var arraySlice = require("./../support/array-slice");

module.exports = function onMissing(model, path, depth,
outerResults, requestedPath,
Expand Down

0 comments on commit 3bc0295

Please sign in to comment.