Merge pull request #11554 from lafirest/chore/exhook_prop

chore: shutdown reason will never be a UTF8 atom
This commit is contained in:
zhongwencool 2023-09-01 16:53:26 +08:00 committed by GitHub
commit 3d859453f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ unsub_properties() ->
#{}.
shutdown_reason() ->
oneof([utf8(), {shutdown, emqx_proper_types:limited_atom()}]).
oneof([utf8(), {shutdown, emqx_proper_types:limited_latin_atom()}]).
authresult() ->
?LET(