mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
added *rankings filters in dynamicDP
This commit is contained in:
committed by
Dan Christian Bogos
parent
b8616282ee
commit
f72d4defb4
@@ -139,7 +139,7 @@ type RankingSv1 struct {
|
||||
}
|
||||
|
||||
// GetRankingSummary returns summary of the last updated ranking
|
||||
func (rnks *RankingSv1) GetRankingSummary(ctx *context.Context, arg utils.TenantIDWithAPIOpts, reply *engine.RankingSummary) error {
|
||||
func (rnks *RankingSv1) GetRankingSummary(ctx *context.Context, arg *utils.TenantIDWithAPIOpts, reply *engine.RankingSummary) error {
|
||||
return rnks.rnkS.V1GetRankingSummary(ctx, arg, reply)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user