Skip to content

Commit

Permalink
Add implicit return
Browse files Browse the repository at this point in the history
  • Loading branch information
sanvisser committed Jul 9, 2024
1 parent 8653181 commit f39485a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cache/cache-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ export class CacheManager {
return (await this.keyManifest.get())?.keys;
} else if (this.cache.allKeys) {
return this.cache.allKeys();
} else {
return undefined;
}
}

Expand Down

0 comments on commit f39485a

Please sign in to comment.