Commit a317f9e6 authored by Steven's avatar Steven

fix: linter

parent de3e55c2
...@@ -25,7 +25,7 @@ var MemoFilterCELAttributes = []cel.EnvOption{ ...@@ -25,7 +25,7 @@ var MemoFilterCELAttributes = []cel.EnvOption{
cel.Overload("now", cel.Overload("now",
[]*cel.Type{}, []*cel.Type{},
cel.IntType, cel.IntType,
cel.FunctionBinding(func(args ...ref.Val) ref.Val { cel.FunctionBinding(func(_ ...ref.Val) ref.Val {
return types.Int(time.Now().Unix()) return types.Int(time.Now().Unix())
}), }),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment