chore: remove obsolete TODO
This commit is contained in:
parent
c6c1d886f0
commit
c85004b7ef
|
@ -58,7 +58,6 @@ fields(action) ->
|
||||||
)};
|
)};
|
||||||
fields(pgsql_action) ->
|
fields(pgsql_action) ->
|
||||||
emqx_bridge_v2_schema:make_producer_action_schema(hoconsc:ref(?MODULE, action_parameters));
|
emqx_bridge_v2_schema:make_producer_action_schema(hoconsc:ref(?MODULE, action_parameters));
|
||||||
%% TODO: All of these needs to be fixed
|
|
||||||
fields("put_bridge_v2") ->
|
fields("put_bridge_v2") ->
|
||||||
fields(pgsql_action);
|
fields(pgsql_action);
|
||||||
fields("get_bridge_v2") ->
|
fields("get_bridge_v2") ->
|
||||||
|
|
Loading…
Reference in New Issue