This commit is contained in:
AlteredCoder 2020-05-29 17:20:37 +02:00
parent 1df7dab2a4
commit 78dee51599

View file

@ -40,7 +40,7 @@ func GetExprEnv(ctx map[string]interface{}) map[string]interface{} {
"JsonExtract": JsonExtract,
"JsonExtractLib": JsonExtractLib,
"File": File,
"RegexpInFile": RegexpInFile
"RegexpInFile": RegexpInFile,
}
for k, v := range ctx {
ExprLib[k] = v