Turtle 4 лет назад
Родитель
Сommit
87881621bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_util.erl

+ 1 - 1
apps/emqx_management/src/emqx_mgmt_util.erl

@@ -233,7 +233,7 @@ properties([{Key, Type, Desc} | Props], Acc) ->
 properties([{Key, Type, Desc, Enum} | Props], Acc) ->
     properties(Props, maps:put(Key, #{type => Type,
                                       description => Desc,
-                                      emum => Enum}, Acc)).
+                                      enum => Enum}, Acc)).
 page_params() ->
     [#{
         name => page,