mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix redis always being enabled
This commit is contained in:
parent
f7dd0464e0
commit
ea28511b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -82,5 +82,5 @@ export default {
|
|||
deleteSession,
|
||||
fetchUserBlock,
|
||||
incrementUserBlock,
|
||||
enabled: !!redis,
|
||||
enabled: !!redis.enabled,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue