Commit b984c277 authored by nanahira's avatar nanahira

fix

parent a1294f92
This diff is collapsed.
......@@ -54,6 +54,7 @@
},
"peerDependencies": {
"@nestjs/common": "^9.1.2",
"@nestjs/core": "^9.4.2",
"aragami": "^1.1.2",
"rxjs": "^7.8.1"
}
......
import {
CallHandler,
ExecutionContext,
HttpAdapterHost,
Inject,
Injectable,
NestInterceptor,
......@@ -12,6 +11,7 @@ import { InjectAragami } from '../index';
import { Aragami, CacheKey } from 'aragami';
import { reflector } from 'aragami/dist/src/metadata';
import { tap } from 'rxjs';
import { HttpAdapterHost } from '@nestjs/core';
class RouteCache {
@CacheKey()
......
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