Skip to content

Commit

Permalink
fix: pluginId used to register permissions actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 2, 2022
1 parent 4cf0f28 commit 3376b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/strapi-plugin-rest-cache/server/pluginId.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// eslint-disable-next-line import/extensions
const packageJson = require('../package.json');

module.exports = packageJson.name;
module.exports = packageJson.strapi.name;

0 comments on commit 3376b4a

Please sign in to comment.