chore: shutdown reason will never be a UTF8 atom

This commit is contained in:
firest 2023-09-01 14:17:33 +08:00
parent 64973e0b5a
commit 53940754b7
1 changed files with 1 additions and 1 deletions

View File

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