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