fix(ft): fix typing issue

This commit is contained in:
Andrew Mayorov 2023-04-24 20:37:50 +03:00
parent 5efd590ca4
commit a420c92d28
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@
}.
-type storage() :: #{
type := 'local',
segments := segments(),
exporter := emqx_ft_storage_exporter:exporter()
}.