Skip to content

Commit

Permalink
♻️ refactor: updated key conf #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 31, 2024
1 parent 198bd3c commit c2c991e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/constant/const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package constant

const (
TelegramKeyTenant1 = "_core_state_"
TelegramKeyTenant2 = "_core_recovery_"
TelegramKeyTenant1 = "core_state"
TelegramKeyTenant2 = "core_recovery"
)

0 comments on commit c2c991e

Please sign in to comment.