fix: make dialyzer happy
This commit is contained in:
parent
20bf9ed26d
commit
952ab08991
|
@ -187,8 +187,8 @@
|
|||
|
||||
-record(auth, {
|
||||
allow_anonymous :: boolean(),
|
||||
registry :: emqx_schema:url(),
|
||||
authentication :: emqx_schema:url()
|
||||
registry :: emqx_schema:url() | undefined,
|
||||
authentication :: emqx_schema:url() | undefined
|
||||
}).
|
||||
-type auth() :: #auth{}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue