Changed consts in utils

This commit is contained in:
andronache
2021-01-08 15:42:01 +02:00
committed by Dan Christian Bogos
parent 36da1a6309
commit 1d0a814e42
255 changed files with 3894 additions and 3888 deletions

View File

@@ -211,7 +211,7 @@ func (AccountActionMdl) TableName() string {
}
func (aa *AccountActionMdl) SetAccountActionId(id string) error {
ids := strings.Split(id, utils.CONCATENATED_KEY_SEP)
ids := strings.Split(id, utils.ConcatenatedKeySep)
if len(ids) != 3 {
return fmt.Errorf("Wrong TP Account Action Id: %s", id)
}