Skip to content

Commit

Permalink
Update flowclient/flowclient/aggregates.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Harrison <[email protected]>
  • Loading branch information
Thingus and jc-harrison authored Nov 23, 2021
1 parent e5dcba3 commit ef90f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowclient/flowclient/aggregates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,6 @@ def per_subscriber_aggregate_spec(*, subscriber_query: Dict, agg_method: str):
"""
return {
"query_kind": "per_subscriber_aggregate",
"subscriber_subset": subscriber_query,
"subscriber_query": subscriber_query,
"agg_method": agg_method,
}

0 comments on commit ef90f5f

Please sign in to comment.