fix(ft): fix typing issue
This commit is contained in:
parent
5efd590ca4
commit
a420c92d28
|
@ -98,6 +98,7 @@
|
||||||
}.
|
}.
|
||||||
|
|
||||||
-type storage() :: #{
|
-type storage() :: #{
|
||||||
|
type := 'local',
|
||||||
segments := segments(),
|
segments := segments(),
|
||||||
exporter := emqx_ft_storage_exporter:exporter()
|
exporter := emqx_ft_storage_exporter:exporter()
|
||||||
}.
|
}.
|
||||||
|
|
Loading…
Reference in New Issue