Update emqx_types.erl

This commit is contained in:
Shawn 2019-03-22 16:27:23 +08:00 committed by GitHub
parent bd304572c9
commit 9e7b3a9209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
-type(credentials() :: #{client_id := client_id(),
username := username(),
peername := peername(),
result := auth_result(),
auth_result := auth_result(),
zone => zone(),
atom() => term()
}).