Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
fix an annoying type
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed May 29, 2020
1 parent 838b13d commit 510e388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/client/Client.ts
Expand Up @@ -61,7 +61,7 @@ export interface CacheLimits {

export interface ClientCacheOptions {
enabled: boolean;
limits: CacheLimits;
limits: Partial<CacheLimits>;
messageLifetime: number;
messageSweepInterval: number;
}
Expand Down

0 comments on commit 510e388

Please sign in to comment.