chore: update apps/emqx_rule_engine/src/emqx_rule_engine_schema.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
zhongwencool 2023-09-18 16:11:39 +08:00 committed by GitHub
parent 32d838c85b
commit 5490807b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ fields("builtin_action_console") ->
{args,
?HOCON(map(), #{
deprecated => true,
importance => ?IMPORTANCE_HIDDEN,
desc => "The arguments of the built-in 'console' action",
default => #{}
})}