diff --git a/utils/apitpdata.go b/utils/apitpdata.go index ff99ed401..77e09587e 100755 --- a/utils/apitpdata.go +++ b/utils/apitpdata.go @@ -1647,9 +1647,3 @@ type ArgActionSv1ScheduleActions struct { *CGREvent ActionProfileIDs []string } - -// DynamicWeight returns Weight based on Filters -type DynamicWeight struct { - FilterIDs []string - Weight float64 -}