mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Changed consts in utils
This commit is contained in:
committed by
Dan Christian Bogos
parent
36da1a6309
commit
1d0a814e42
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user