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:
parent
7bda674939
commit
303bd04649
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.441"
|
const GoextVersion = "0.0.442"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-04-29T17:19:55+0200"
|
const GoextVersionTimestamp = "2024-04-29T17:24:10+0200"
|
||||||
|
@ -168,7 +168,7 @@ func (c *Coll[TData]) ListAllIDs(ctx context.Context, filter ct.RawFilter) ([]st
|
|||||||
|
|
||||||
var res []idObject
|
var res []idObject
|
||||||
|
|
||||||
err = cursorList.All(ctx, res)
|
err = cursorList.All(ctx, &res)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, exerr.Wrap(err, "failed to decode entities").Any("pipeline", pipelineList).Str("collection", c.Name()).Build()
|
return nil, exerr.Wrap(err, "failed to decode entities").Any("pipeline", pipelineList).Str("collection", c.Name()).Build()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user