This commit is contained in:
tamaina 2023-05-21 18:53:22 +00:00
parent 11f41a6e8d
commit 8adf2701d2

View file

@ -5,7 +5,7 @@ import { DI } from '@/di-symbols.js';
import type Logger from '@/logger.js';
import { LoggerService } from '@/core/LoggerService.js';
import { bindThis } from '@/decorators.js';
import type { IEndpointMeta } from './endpoints.js';
import type { IEndpointMeta } from 'misskey-js/built/endpoints.types.js';
@Injectable()
export class RateLimiterService {