fixed typo in tg-arguments-host.interface.ts

This commit is contained in:
Vadim Akhtyamov
2021-09-16 21:37:59 +03:00
parent 2ba269693f
commit fc8b246027
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { ArgumentsHost } from '@nestjs/common';
import { ExecutionContextHost } from '@nestjs/core/helpers/execution-context-host';
import { TgArgumentsHost } from './tg-arguments-host.interace';
import { TgArgumentsHost } from './tg-arguments-host.interface';
export class TelegrafArgumentsHost
extends ExecutionContextHost