Skip to content

Commit

Permalink
fix: isArray not defined error in some use cases (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Júlíus Guðni authored Feb 22, 2022
1 parent b4896e0 commit 5f88fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/services/utils/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const {
isString,
get,
isNil,
isArray
} = require('lodash');

const { type: itemType } = require('../../content-types/navigation-item/lifecycle');
Expand Down

0 comments on commit 5f88fe1

Please sign in to comment.