mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Remove createPluginsFilter file
This commit is contained in:
parent
e6f649daf3
commit
5405cc46cd
@ -1,5 +1,5 @@
|
||||
const createPluginsFilter = (obj) =>
|
||||
Object.values(obj || {}).reduce((acc, current) => Object.assign(acc, current), {});
|
||||
const createPluginsFilter = (obj = {}) =>
|
||||
Object.values(obj).reduce((acc, current) => Object.assign(acc, current), {});
|
||||
|
||||
/**
|
||||
* @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