From c2c991e0240e7723f37797de404dcba1624d261f Mon Sep 17 00:00:00 2001 From: arisnguyenit97 Date: Wed, 31 Jan 2024 14:33:03 +0700 Subject: [PATCH] :recycle: refactor: updated key conf #2 --- pkg/constant/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )