mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-12 23:21:04 +03:00
Merge pull request #527 from amzichai/fix-TgArgumentsHost-interface-typo
fixed typo in tg-arguments-host.interface.ts
This commit is contained in:
commit
5acec251c6
@ -1,3 +1,3 @@
|
||||
export * from './tg-arguments-host.interace';
|
||||
export * from './tg-arguments-host.interface';
|
||||
export * from './telegraf-arguments-host';
|
||||
export * from './telegraf-execution-context';
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { ContextType, ExecutionContext } 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 type TelegrafContextType = 'telegraf' | ContextType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user