fix: add 'rule_engine' as possible tag() value for spec
This commit is contained in:
parent
b48fb17f4a
commit
8ef36f29ce
|
@ -26,7 +26,7 @@
|
|||
|
||||
-export([roots/0, fields/1]).
|
||||
|
||||
-type tag() :: rule_creation | rule_test.
|
||||
-type tag() :: rule_creation | rule_test | rule_engine.
|
||||
|
||||
-spec check_params(map(), tag()) -> {ok, map()} | {error, term()}.
|
||||
check_params(Params, Tag) ->
|
||||
|
|
Loading…
Reference in New Issue