Skip to content
Snippets Groups Projects
Commit 8d7ce977 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-2786-UpdateExpr' into 'master'

Обновлена версия библиотеки expr v1.16.9

See merge request perxis/perxis-go!320
parents e137861f ff19f4a5
Branches
Tags
No related merge requests found
......@@ -16,7 +16,6 @@ func (c *ExprConfig) RegisterOption(opt ...expr.Option) {
func (c *ExprConfig) GetConfig(e map[string]interface{}) *conf.Config {
cfg := conf.New(e)
cfg.Operators = make(map[string][]string)
for _, opt := range c.options {
opt(cfg)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment