chore(emqx_bridge_msg): add empty props

This commit is contained in:
z8674558 2021-03-03 01:41:41 +09:00 committed by Yudai Kiyofuji
parent 71ca1e4d78
commit 119bbc4881
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ to_export(emqx_bridge_mqtt, Mountpoint,
#mqtt_msg{qos = QoS,
retain = Retain,
topic = topic(Mountpoint, Topic),
props = #{},
payload = Payload};
to_export(_Module, Mountpoint,
#message{topic = Topic} = Msg) ->