fix(dialyzer): bad type specs
This commit is contained in:
parent
7bcd38c101
commit
673a545aa2
|
@ -41,7 +41,7 @@
|
||||||
-type variables() :: #{
|
-type variables() :: #{
|
||||||
mountpoint := undefined | binary(),
|
mountpoint := undefined | binary(),
|
||||||
remote_topic := binary(),
|
remote_topic := binary(),
|
||||||
qos := original | integer(),
|
remote_qos := original | integer(),
|
||||||
retain := original | boolean(),
|
retain := original | boolean(),
|
||||||
payload := binary()
|
payload := binary()
|
||||||
}.
|
}.
|
||||||
|
|
Loading…
Reference in New Issue