fix(dialyzer): bad type specs

This commit is contained in:
Shawn 2021-12-17 22:15:56 +08:00
parent 7bcd38c101
commit 673a545aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}. }.