chore: change telegraf provider name in constants

This commit is contained in:
Aleksandr Bukhalo 2020-04-24 17:43:22 +03:00
parent 196e734b5c
commit ef120e4e40

View File

@ -1,5 +1,5 @@
export const TELEGRAF_MODULE_OPTIONS = 'TELEGRAF_MODULE_OPTIONS';
export const TELEGRAF_PROVIDER = 'TELEGRAF_PROVIDER';
export const TELEGRAF_PROVIDER = 'TelegrafProvider';
export const DECORATORS_PREFIX = 'TELEGRAF';
export const DECORATORS = {