diff --git a/apier/tpaccountactions.go b/apier/tpaccountactions.go index 106630ca3..8d06a9fad 100644 --- a/apier/tpaccountactions.go +++ b/apier/tpaccountactions.go @@ -41,7 +41,6 @@ func (self *ApierV1) SetTPAccountActions(attrs utils.TPAccountActions, reply *st type AttrGetTPAccountActions struct { TPid string // Tariff plan id LoadId string // AccountActions id - } // Queries specific AccountActions profile on tariff plan diff --git a/utils/apitpdata.go b/utils/apitpdata.go index f8e200307..071c9f7c3 100644 --- a/utils/apitpdata.go +++ b/utils/apitpdata.go @@ -174,6 +174,7 @@ type TPRatingActivation struct { ActivationTime string // Time when this profile will become active, defined as unix epoch time RatingPlanId string // Id of RatingPlan profile FallbackSubjects string // So we follow the api + Weight float64 } // Helper to return the subject fallback keys we need in dataDb