Skip to content

Commit fb97231

Browse files
authored
fix: repeat args from sub-func call (#7443)
Signed-off-by: alingse <[email protected]>
1 parent 8ff85cb commit fb97231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v1/sdk/opa.go

-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ func evaluate(ctx context.Context, args evalArgs) (interface{}, types.Provenance
580580
rego.EvalTime(args.now),
581581
rego.EvalParsedInput(inputAST),
582582
rego.EvalTransaction(args.txn),
583-
rego.EvalMetrics(args.m),
584583
rego.EvalInterQueryBuiltinCache(args.interQueryCache),
585584
rego.EvalInterQueryBuiltinValueCache(args.interQueryBuiltinValueCache),
586585
rego.EvalNDBuiltinCache(args.ndbcache),

0 commit comments

Comments
 (0)