v0.0.442
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m0s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m0s
This commit is contained in:
@@ -168,7 +168,7 @@ func (c *Coll[TData]) ListAllIDs(ctx context.Context, filter ct.RawFilter) ([]st
|
||||
|
||||
var res []idObject
|
||||
|
||||
err = cursorList.All(ctx, res)
|
||||
err = cursorList.All(ctx, &res)
|
||||
if err != nil {
|
||||
return nil, exerr.Wrap(err, "failed to decode entities").Any("pipeline", pipelineList).Str("collection", c.Name()).Build()
|
||||
}
|
||||
|
Reference in New Issue
Block a user