mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 15:49:50 +00:00
Remove createPluginsFilter file
This commit is contained in:
parent
e6f649daf3
commit
5405cc46cd
@ -1,5 +1,5 @@
|
|||||||
const createPluginsFilter = (obj) =>
|
const createPluginsFilter = (obj = {}) =>
|
||||||
Object.values(obj || {}).reduce((acc, current) => Object.assign(acc, current), {});
|
Object.values(obj).reduce((acc, current) => Object.assign(acc, current), {});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description
|
* @description
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
const createPluginsFilter = (obj = {}) =>
|
|
||||||
Object.values(obj).reduce((acc, current) => Object.assign(acc, current), {});
|
|
||||||
|
|
||||||
export default createPluginsFilter;
|
|
||||||
Loading…
x
Reference in New Issue
Block a user