Fix groups data-folder

This commit is contained in:
Ilja Neumann
2020-10-08 20:55:33 +02:00
parent aada7ac65d
commit c4df138ac7

View File

@@ -92,7 +92,7 @@ func (s Service) buildIndex() (*indexer.Indexer, error) {
return nil, err
}
if err := idx.AddIndex(&proto.Group{}, "DisplayName", "Id", "accounts", "non_unique"); err != nil {
if err := idx.AddIndex(&proto.Group{}, "DisplayName", "Id", "groups", "non_unique"); err != nil {
return nil, err
}