fix: make dialyzer happy

This commit is contained in:
JimMoen 2023-11-10 09:57:05 +08:00
parent 20bf9ed26d
commit 952ab08991
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 2 additions and 2 deletions

View File

@ -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{}.