chore(emqx_bridge_msg): add empty props
This commit is contained in:
parent
71ca1e4d78
commit
119bbc4881
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue