mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add debugging logs
This commit is contained in:
parent
4bf3e4ba0f
commit
8b9ab287d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1749,6 +1749,6 @@ export const deleteCachedTotalCount = async (userId: string) => {
|
|||
return
|
||||
}
|
||||
|
||||
console.log('Deleting keys:', keys)
|
||||
logger.debug('Deleting keys:', keys)
|
||||
await redisDataSource.redisClient?.del(keys)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue