Skip to content

Commit

Permalink
fix: resource tag type should be binary string
Browse files Browse the repository at this point in the history
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
  • Loading branch information
zmstone and thalesmg committed Jan 16, 2024
1 parent 1fe1a62 commit 01d52e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/emqx/src/emqx_schema.erl
Expand Up @@ -3829,7 +3829,7 @@ description_schema() ->

tags_schema() ->
sc(
hoconsc:array(string()),
hoconsc:array(binary()),
#{
desc => ?DESC(resource_tags),
required => false,
Expand Down

0 comments on commit 01d52e3

Please sign in to comment.