fix(): update decorator detection

This commit is contained in:
unknown
2020-12-26 16:24:38 +03:00
parent 0dc981dc95
commit 66309b9415
3 changed files with 15 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ import {
UPDATE_LISTENER_OPTIONS_METADATA,
UPDATE_LISTENER_TYPE_METADATA,
} from '../../telegraf.constants';
import { ListenerType } from '../../enums/listener-type.enum';
import { ListenerType } from '../../enums';
import { TelegrafHearsTriggers } from '../../telegraf.types';
export interface HearsOptions {