remove unused loadash merge

This commit is contained in:
Simone Taeggi 2023-05-19 11:11:25 +02:00
parent 3b133f4d7d
commit 7d716d16f2

View File

@ -1,6 +1,6 @@
'use strict';
const { pick, merge } = require('lodash/fp');
const { pick } = require('lodash/fp');
const compose = require('koa-compose');
const { ValidationError } = require('@strapi/utils').errors;