Skip to content

Commit

Permalink
Merge branch 'main' into no-tls-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Nov 27, 2024
2 parents 82e88e2 + df63b9a commit 761d01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtins/edge/ds/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
func RegisterChecks(logger *zerolog.Logger, fnName string, dr resolvers.DirectoryResolver) (*rego.Function, rego.Builtin1) {
return &rego.Function{
Name: fnName,
Decl: types.NewFunction(types.Args(types.A), types.B),
Decl: types.NewFunction(types.Args(types.A), types.A),
Memoize: true,
},
func(bctx rego.BuiltinContext, op1 *ast.Term) (*ast.Term, error) {
Expand Down

0 comments on commit 761d01c

Please sign in to comment.