diff --git a/pkg/constant/const.go b/pkg/constant/const.go index d8e3bd1..68605de 100644 --- a/pkg/constant/const.go +++ b/pkg/constant/const.go @@ -1,6 +1,6 @@ package constant const ( - TelegramKeyTenant1 = "_core_state_" - TelegramKeyTenant2 = "_core_recovery_" + TelegramKeyTenant1 = "core_state" + TelegramKeyTenant2 = "core_recovery" )