fix(emqx_coap_ps_topics): Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-11-20 13:49:28 +01:00 committed by Zaiming Shi
parent 822460377c
commit 950430d5da
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ lookup_topic_payload(Topic) ->
%%--------------------------------------------------------------------
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", []),
{ok, #state{}}.