Kaynağa Gözat

chore: avoid dialyzer warnings

JianBo He 2 yıl önce
ebeveyn
işleme
e51a4ae81e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_api.erl

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

@@ -68,7 +68,7 @@
     %% multiple schemas of data, i.e: Built-in Authorization
     %% multiple schemas of data, i.e: Built-in Authorization
     %%
     %%
     %% Default: false
     %% Default: false
-    fast_total_counting := boolean()
+    fast_total_counting => boolean()
 }.
 }.
 
 
 -type query_return() :: #{meta := map(), data := [term()]}.
 -type query_return() :: #{meta := map(), data := [term()]}.