From aaf625ec67bfbaa4c69eda435b018232209c90e2 Mon Sep 17 00:00:00 2001 From: arisnguyenit97 Date: Wed, 31 Jan 2024 15:21:08 +0700 Subject: [PATCH] :recycle: refactor: updated key conf #2 --- pkg/constant/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constant/const.go b/pkg/constant/const.go index 68605de..c04d7e7 100644 --- a/pkg/constant/const.go +++ b/pkg/constant/const.go @@ -1,6 +1,6 @@ package constant const ( - TelegramKeyTenant1 = "core_state" + TelegramKeyTenant1 = "core_status" TelegramKeyTenant2 = "core_recovery" )