fix: add 'rule_engine' as possible tag() value for spec

This commit is contained in:
Stefan Strigler 2023-04-11 10:40:11 +02:00
parent b48fb17f4a
commit 8ef36f29ce
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->