Closed reinholdB closed 8 years ago
uniq is used in index.js but not required.
const uniq = require("lodash.uniq");
was removed.
Fixed. Thanks again! I'm not sure what I was thinking.
uniq is used in index.js but not required.
const uniq = require("lodash.uniq");
was removed.