v0.0.442
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m0s

This commit is contained in:
2024-04-29 17:24:10 +02:00
parent 7bda674939
commit 303bd04649
2 changed files with 3 additions and 3 deletions

View File

@@ -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()
}