Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Jun 28, 2024
1 parent 5d89582 commit 22fb900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/storage/inmemory.storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export class InMemoryStorage implements IStorer {
if (entry && this.entryIsStillValid(entry)) {
return true
}
this.data.delete(key)
return false
this.data.delete(key)
return false
}

delete(key: string): boolean {
Expand Down

0 comments on commit 22fb900

Please sign in to comment.