0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-05-12 08:23:43 +03:00

fix(sample): remove filesystem import path

This commit is contained in:
Morb0 2021-01-06 17:30:11 +03:00
parent 197614d90a
commit fdbbfaabc0

View File

@ -1,4 +1,4 @@
import { Hears, Start, Update } from '../../../../lib'; import { Hears, Start, Update } from 'nestjs-telegraf';
import { Context } from '../interfaces/context.interface'; import { Context } from '../interfaces/context.interface';
@Update() @Update()