Skip to content

Commit 94ea5dc

Browse files
committed
Remove unactual todo
1 parent c75ec3b commit 94ea5dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

query/builder.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ type queryBuilder[R record.Record] struct {
5454
where where.Conditions[R]
5555
sortBy []sort.ByWithOrder[R]
5656
onIteration *func(item R)
57-
// TODO: wait go1.20 https://go-review.googlesource.com/c/go/+/432898/11/src/errors/join.go
58-
errors []error
57+
errors []error
5958
}
6059

6160
func (qb *queryBuilder[R]) Limit(limitItems int) {

0 commit comments

Comments
 (0)