Remove the default value of 'headers' field
This commit is contained in:
parent
65cb9dbf38
commit
2ed9e9480e
|
@ -64,7 +64,7 @@
|
||||||
%% Message flags
|
%% Message flags
|
||||||
flags :: #{atom() => boolean()},
|
flags :: #{atom() => boolean()},
|
||||||
%% Message headers, or MQTT 5.0 Properties
|
%% Message headers, or MQTT 5.0 Properties
|
||||||
headers = #{},
|
headers :: map(),
|
||||||
%% Topic that the message is published to
|
%% Topic that the message is published to
|
||||||
topic :: binary(),
|
topic :: binary(),
|
||||||
%% Message Payload
|
%% Message Payload
|
||||||
|
|
Loading…
Reference in New Issue