Skip to content

Commit

Permalink
revert #55 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickmehaffy committed Jul 27, 2023
1 parent 1e5ed41 commit f5159de
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ function createPurgeAdmin(options, { strapi }) {

if (!(ctx.status >= 200 && ctx.status <= 300)) return;

await cacheStore.clearByUid(uid, {
...params,
...ctx.request.body,
});
await cacheStore.clearByUid(uid, params);
};
}

Expand Down

0 comments on commit f5159de

Please sign in to comment.