Skip to content

Commit 7c7e658

Browse files
committed
Merge remote-tracking branch 'origin/alex-fix-mongo8-null-check' into jimmy/back-2416-shadowing-service-prefix
2 parents 54fc906 + 861cd1f commit 7c7e658

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

data/summary/store/store.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ func (r *Repo[T, A]) GetMigratableUserIDs(ctx context.Context, page *page.Pagina
282282
}
283283

284284
opts := options.Find()
285-
opts.SetSort(bson.D{
286-
{Key: "dates.lastUpdatedDate", Value: 1},
287-
})
288285
opts.SetLimit(int64(page.Size))
289286
opts.SetProjection(bson.M{"stats": 0})
290287

0 commit comments

Comments
 (0)