Remove the default value of 'headers' field

This commit is contained in:
Feng Lee 2019-09-19 11:18:04 +08:00
parent 65cb9dbf38
commit 2ed9e9480e
1 changed files with 1 additions and 1 deletions

View File

@ -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