Skip to content

Commit

Permalink
feat: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Jul 5, 2023
1 parent ba1a534 commit c6ee65f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/interceptors/cache.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class CustomCacheInterceptor extends CacheInterceptor {
return !ignoreCaching && request.method === "GET";
}
}

/* This interceptor is useful when sometimes you might want to set up tracking based on different factors, for example, using HTTP headers (e.g. Authorization to properly identify profile endpoint */
@Injectable()
export class CustomCacheKeyInterceptor extends CustomCacheInterceptor {
Expand Down

0 comments on commit c6ee65f

Please sign in to comment.