mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 16:29:18 +00:00
remove unnecessary line
This commit is contained in:
parent
ef063a1982
commit
e99079af24
@ -103,7 +103,6 @@ const getEnabledPlugins = async strapi => {
|
||||
|
||||
const enabledPlugins = pipe(
|
||||
defaultsDeep(declaredPlugins),
|
||||
pickBy((pValue, pName) => _.get(declaredPlugins, [pName, 'enabled'], true)),
|
||||
defaultsDeep(installedPluginsNotAlreadyUsed),
|
||||
pickBy(p => p.enabled)
|
||||
)(internalPlugins);
|
||||
|
Loading…
x
Reference in New Issue
Block a user