fix(emqx_coap_ps_topics): Dialyzer warnings
This commit is contained in:
parent
822460377c
commit
950430d5da
|
@ -104,7 +104,7 @@ lookup_topic_payload(Topic) ->
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
|
||||||
init([]) ->
|
init([]) ->
|
||||||
ets:new(?COAP_TOPIC_TABLE, [set, named_table, protected]),
|
_ = ets:new(?COAP_TOPIC_TABLE, [set, named_table, protected]),
|
||||||
?LOG(debug, "Create the coap_topic table", []),
|
?LOG(debug, "Create the coap_topic table", []),
|
||||||
{ok, #state{}}.
|
{ok, #state{}}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue