mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
fix redis always being enabled
This commit is contained in:
parent
f7dd0464e0
commit
ea28511b3c
@ -82,5 +82,5 @@ export default {
|
|||||||
deleteSession,
|
deleteSession,
|
||||||
fetchUserBlock,
|
fetchUserBlock,
|
||||||
incrementUserBlock,
|
incrementUserBlock,
|
||||||
enabled: !!redis,
|
enabled: !!redis.enabled,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user