fix: make static check happy
This commit is contained in:
parent
1ba65539c6
commit
a3b77563ba
|
@ -144,7 +144,7 @@ list() ->
|
|||
list(Enable) ->
|
||||
ets:match_object(?TRACE, #?TRACE{enable = Enable, _ = '_'}).
|
||||
|
||||
-spec create([{Key :: binary(), Value :: binary()}] | #{atom() => binary()}) ->
|
||||
-spec create([{Key :: binary(), Value :: any()}] | #{atom() => any()}) ->
|
||||
{ok, #?TRACE{}}
|
||||
| {error,
|
||||
{duplicate_condition, iodata()}
|
||||
|
|
Loading…
Reference in New Issue