We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bee365 commit 296de35Copy full SHA for 296de35
src/features/work-items/list-work-items/feature.ts
@@ -58,7 +58,7 @@ export async function listWorkItems(
58
}
59
60
// Apply pagination in memory
61
- const { top, skip } = options;
+ const { top = 200, skip } = options;
62
if (skip !== undefined) {
63
workItemRefs = workItemRefs.slice(skip);
64
0 commit comments