Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PineND committed Dec 5, 2024
1 parent f15caca commit e3d4db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/scripts/update-catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const updateTerms = async () => {
await TermModel.deleteMany({});

await TermModel.insertMany(terms);

// Split terms into batches of 5000
const batchSize = 5000;

Expand Down

0 comments on commit e3d4db7

Please sign in to comment.