chore: avoid dialyzer warnings

This commit is contained in:
JianBo He 2023-07-10 18:05:12 +08:00
parent 964e3cc7e4
commit e51a4ae81e
1 changed files with 1 additions and 1 deletions

View File

@ -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()]}.