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 6ff8225 commit 92812b7Copy full SHA for 92812b7
packages/serverless-api/src/api/utils/pagination.ts
@@ -24,7 +24,7 @@ export async function getPaginatedResource<
24
do {
25
try {
26
if (nextPageUrl.startsWith('http')) {
27
- opts.prefixUrl = undefined;
+ opts.prefixUrl = '';
28
}
29
const resp = await client.request('get', nextPageUrl, opts);
30
const body = resp.body as TList;
0 commit comments