chore: fix dialyzer warnings
This commit is contained in:
parent
d0222ae79d
commit
5d86443910
|
@ -500,7 +500,7 @@ handle_in(
|
||||||
topic => TopicName,
|
topic => TopicName,
|
||||||
data => Data
|
data => Data
|
||||||
}),
|
}),
|
||||||
emqx_broker:publish(Msg),
|
_ = emqx_broker:publish(Msg),
|
||||||
ok;
|
ok;
|
||||||
false ->
|
false ->
|
||||||
ok
|
ok
|
||||||
|
|
Loading…
Reference in New Issue