fix: better delete of local_topic as suggested by @thalesmg
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com> Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
b849b08dbc
commit
274f378c6e
|
@ -54,7 +54,7 @@ fields(action) ->
|
||||||
}
|
}
|
||||||
)};
|
)};
|
||||||
fields(action_parameters) ->
|
fields(action_parameters) ->
|
||||||
fields(producer) -- fields(local_topic);
|
proplists:delete(local_topic, fields(producer));
|
||||||
fields(kinesis_action) ->
|
fields(kinesis_action) ->
|
||||||
emqx_bridge_v2_schema:make_producer_action_schema(
|
emqx_bridge_v2_schema:make_producer_action_schema(
|
||||||
hoconsc:mk(
|
hoconsc:mk(
|
||||||
|
|
Loading…
Reference in New Issue