We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5e653 commit 94aa5f2Copy full SHA for 94aa5f2
pkg/inserter/js_inserter.go
@@ -84,7 +84,7 @@ func (j *JSInserter) CreateItem(ctx context.Context, path []string, items []Docu
84
continue
85
}
86
for collectionName, subItems := range parentItem.SubCollections {
87
- err := j.CreateItem(ctx, append(path, j.ci.refIDs[parentItem.Ref], string(collectionName)), subItems, nowIndexes)
+ err = j.CreateItem(ctx, append(path, j.ci.refIDs[parentItem.Ref], string(collectionName)), subItems, nowIndexes)
88
if err != nil {
89
return xerrors.Errorf("failed to create item in array: %w", err)
90
0 commit comments