Skip to content

Commit

Permalink
Remove eslint delete method memory engine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ekamahuja committed Feb 24, 2024
1 parent e3df1e9 commit cb72814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cache/engine/MemoryCacheEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class MemoryCacheEngine implements ICacheEngine {
}

del (key: string): void {
// eslint-disable-next-line @typescript-eslint/no-dynamic-delete
this.cache.delete(key)
}

Expand Down

0 comments on commit cb72814

Please sign in to comment.