Commit 1f20570a authored by nanahira's avatar nanahira

fix

parent 1d3f63c0
...@@ -3,6 +3,7 @@ import { ...@@ -3,6 +3,7 @@ import {
ExecutionContext, ExecutionContext,
HttpAdapterHost, HttpAdapterHost,
Inject, Inject,
Injectable,
NestInterceptor, NestInterceptor,
Optional, Optional,
} from '@nestjs/common'; } from '@nestjs/common';
...@@ -18,6 +19,7 @@ class RouteCache { ...@@ -18,6 +19,7 @@ class RouteCache {
value: any; value: any;
} }
@Injectable()
export class AragamiCacheInterceptor implements NestInterceptor { export class AragamiCacheInterceptor implements NestInterceptor {
@Optional() @Optional()
@Inject() @Inject()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment