Compare commits

...

2 Commits

Author SHA1 Message Date
Kalista Payne
e2d2a05315 docs(migration): remove outdated comment 2025-10-14 11:17:51 -05:00
Kalista Payne
be041f734d fix(lint): unsupported operator 2025-10-14 11:17:11 -05:00

View File

@@ -73,7 +73,7 @@ export default async function processUsers () {
break;
} else {
query._id = {
$gt: users[users.length - 1]?._id, // Here youre passing the whole user object instead of its _id
$gt: users[users.length - 1]._id,
};
}