Browse Source

Clean up

pull/3393/head
Thomas Kaul 1 year ago
parent
commit
167a471048
  1. 2
      apps/api/src/app/redis-cache/redis-cache.service.ts

2
apps/api/src/app/redis-cache/redis-cache.service.ts

@ -66,8 +66,6 @@ export class RedisCacheService {
`${this.getPortfolioSnapshotKey({ userId })}` `${this.getPortfolioSnapshotKey({ userId })}`
); );
console.log(keys);
for (const key of keys) { for (const key of keys) {
this.remove(key); this.remove(key);
} }

Loading…
Cancel
Save