Skip to content

Commit

Permalink
fix(backend -> redis): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fcbvirus0k committed Nov 8, 2024
1 parent 14c97ab commit d9175a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/redis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const redlock = getRedlock(redis)

export { Redlock }

function getRedisOptions ({ addPrefix = true }) {
function getRedisOptions ({ addPrefix = true } = {}) {
const options = {
enable: ENABLE_REDIS,
opts: process.env.REDIS_OPTS,
Expand Down

0 comments on commit d9175a5

Please sign in to comment.