fix: linter

This commit is contained in:
Steven
2025-05-28 21:21:27 +08:00
parent de3e55c2e6
commit a317f9e653

View File

@@ -25,7 +25,7 @@ var MemoFilterCELAttributes = []cel.EnvOption{
cel.Overload("now",
[]*cel.Type{},
cel.IntType,
cel.FunctionBinding(func(args ...ref.Val) ref.Val {
cel.FunctionBinding(func(_ ...ref.Val) ref.Val {
return types.Int(time.Now().Unix())
}),
),