Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Nov 20, 2023
1 parent 240517f commit 782e7d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dids/src/resolver-cache-memory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class DidResolverCacheMemory implements DidResolverCache {

if (Date.now() >= cacheWrapper.ttlMillis) {
this.cache.delete(did);
// this.cache.nextTick(() => this.cache.del(did));
return;
} else {
return cacheWrapper.value;
Expand Down

0 comments on commit 782e7d5

Please sign in to comment.