Skip to content

Commit 51e2340

Browse files
qa
1 parent fa90327 commit 51e2340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cads_broker/factory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def register_functions():
4646
lambda context,
4747
cost_key,
4848
scale_factor=1,
49-
*args: context.request.request_metadata.get("costs", {}).get(cost_key, 0) * scale_factor,
49+
*args: context.request.request_metadata.get("costs", {}).get(cost_key, 0)
50+
* scale_factor,
5051
)
5152
expressions.FunctionFactory.FunctionFactory.register_function(
5253
"user_finished_request_count",

0 commit comments

Comments
 (0)