Explorar o código

chore: avoid dialyzer warnings

JianBo He %!s(int64=2) %!d(string=hai) anos
pai
achega
e51a4ae81e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     %%
     %% Default: false
-    fast_total_counting := boolean()
+    fast_total_counting => boolean()
 }.
 
 -type query_return() :: #{meta := map(), data := [term()]}.