Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Dec 28, 2024
1 parent c733fee commit bf81b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/scripts/verify-data-integrity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async function main() {
},
}),
]);
if (users.is_paginated) throwErr("Users are paginated? Please update the verify-data-integrity.ts script to handle this.");
if (users.pagination?.next_cursor) throwErr("Users are paginated? Please update the verify-data-integrity.ts script to handle this.");

for (let j = 0; j < users.items.length; j++) {
const user = users.items[j];
Expand Down

0 comments on commit bf81b3e

Please sign in to comment.