Skip to content

Commit

Permalink
fix dep warning in 5
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickmehaffy committed Jul 22, 2024
1 parent c284b1d commit 6c7f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { default: Redlock } = require('redlock');

module.exports = async ({ strapi }) => {
// Load plugin Config
const coreConfig = strapi.config.get('plugin.redis');
const coreConfig = strapi.config.get('plugin::redis');

// Configure plugin debug
if (coreConfig.settings.debug === true) {
Expand Down

0 comments on commit 6c7f1c3

Please sign in to comment.