From e2d2a05315343dcbbc97eb4c15425a4429f2d6c8 Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Tue, 14 Oct 2025 11:17:51 -0500 Subject: [PATCH] docs(migration): remove outdated comment --- migrations/users/take-this.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/users/take-this.js b/migrations/users/take-this.js index 43ae412d8a..a5b7a240b8 100644 --- a/migrations/users/take-this.js +++ b/migrations/users/take-this.js @@ -73,7 +73,7 @@ export default async function processUsers () { break; } else { query._id = { - $gt: users[users.length - 1]._id, // Here you’re passing the whole user object instead of its _id + $gt: users[users.length - 1]._id, }; }