Andrew Mayorov 2 лет назад
Родитель
Сommit
a420c92d28
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/emqx_ft/src/emqx_ft_storage_fs.erl

+ 1 - 0
apps/emqx_ft/src/emqx_ft_storage_fs.erl

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