Skip to content

Commit a08605d

Browse files
committed
typo correction
1 parent 56374c9 commit a08605d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/summary/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func (r *Repo[T, A]) GetMigratableUserIDs(ctx context.Context, page *page.Pagina
277277

278278
selector := bson.M{
279279
"type": types.GetTypeString[T, A](),
280-
"dates.oudatedSince": bson.M{"$not": bson.M{"$lte": exclusionTime}},
280+
"dates.outdatedSince": bson.M{"$not": bson.M{"$lte": exclusionTime}},
281281
"config.schemaVersion": bson.M{"$ne": types.SchemaVersion},
282282
}
283283

0 commit comments

Comments
 (0)