We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aba4c commit c848f56Copy full SHA for c848f56
src/index.ts
@@ -92,7 +92,7 @@ export class Optimade {
92
return structures.concat(structure);
93
} else {
94
structure.meta.pages = Math.ceil(structure.meta.data_returned / (limit || structure.data.length));
95
- structure.meta.limits = provider.attributes.query_limits;
+ structure.meta.limits = provider.attributes.query_limits || [10];
96
97
}
98
}, []);
0 commit comments