Skip to content

Commit

Permalink
doc: Changes -> CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 22, 2024
1 parent 5f2c421 commit 32300b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports.load_redis_ini = function () {

// store redis cfg at redisCfg, to avoid conflicting with plugins that
// inherit this plugin and have *their* config at plugin.cfg
plugin.redisCfg = plugin.config.get('redis.ini', function () {
plugin.redisCfg = plugin.config.get('redis.ini', () => {
plugin.load_redis_ini()
})

Expand Down

0 comments on commit 32300b1

Please sign in to comment.