fix(deps): fix function clause at apply_new_config
This commit is contained in:
parent
fbe15859f5
commit
54dc75ed79
|
@ -322,6 +322,8 @@ apply_new_config(Actions, Configs) ->
|
|||
|
||||
apply_new_config([], _Configs, Acc) ->
|
||||
Acc;
|
||||
apply_new_config(Actions, [], []) ->
|
||||
Actions;
|
||||
apply_new_config([Action = #{<<"name">> := <<"data_to_webserver">>,
|
||||
<<"args">> := #{<<"$resource">> := ID,
|
||||
<<"path">> := Path,
|
||||
|
|
Loading…
Reference in New Issue