Commit 1f20570a authored by nanahira's avatar nanahira

fix

parent 1d3f63c0
......@@ -3,6 +3,7 @@ import {
ExecutionContext,
HttpAdapterHost,
Inject,
Injectable,
NestInterceptor,
Optional,
} from '@nestjs/common';
......@@ -18,6 +19,7 @@ class RouteCache {
value: any;
}
@Injectable()
export class AragamiCacheInterceptor implements NestInterceptor {
@Optional()
@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