Skip to content

Commit

Permalink
Update packages/common/cache/interceptors/cache.interceptor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Mar 15, 2023
1 parent 7ef71f3 commit ee11bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/cache/interceptors/cache.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class CacheInterceptor implements NestInterceptor {
protected allowedMethods = ['GET'];

private cacheManagerIsv5OrGreater: boolean;

constructor(
@Inject(CACHE_MANAGER) protected readonly cacheManager: any,
@Inject(REFLECTOR) protected readonly reflector: any,
Expand Down

0 comments on commit ee11bea

Please sign in to comment.