mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 19:19:43 +00:00
used wrappedParams in wrapParms
This commit is contained in:
parent
4b1e60bad8
commit
c25a4dc6cc
@ -96,7 +96,7 @@ const decorator = (service) => ({
|
|||||||
return wrappedParams;
|
return wrappedParams;
|
||||||
}
|
}
|
||||||
|
|
||||||
return wrapParams(params, ctx);
|
return wrapParams(wrappedParams, ctx);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user