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';
@Update()