Skip to content

Commit d85463d

Browse files
committed
added the import
1 parent f7181d2 commit d85463d

File tree

1 file changed

+1
-1
lines changed
  • src/eq_schema/builders/routing2/newRoutingDestination

1 file changed

+1
-1
lines changed

src/eq_schema/builders/routing2/newRoutingDestination/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const {
55
const { getValueSource } = require("../../valueSource");
66
const { getListFromAll } = require("../../../../utils/functions/listGetters");
77

8-
const { flatMap, filter } = require("lodash");
8+
const { flatMap, filter, find } = require("lodash");
99

1010
const authorConditions = {
1111
UNANSWERED: "Unanswered",

0 commit comments

Comments
 (0)