Skip to content

Commit

Permalink
fix: 🐛 added per_page param to the sb api call
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Nov 16, 2023
1 parent ce83772 commit c826980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ for (const lang of langs) {
version: "draft",
datasource: options.datasource,
dimension: lang,
per_page: 1000,
});
// TODO: paginate

for (const entry of datasource_entries) {
// Instead of doing a different api call to get default lang,
Expand Down

0 comments on commit c826980

Please sign in to comment.