Skip to content

Commit 0435c80

Browse files
authored
fix(amazonq): add missing paginator to list profiles call (#938)
1 parent 7feb127 commit 0435c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/aws-lsp-codewhisperer/src/shared/amazonQServiceManager/qDeveloperProfiles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ async function fetchProfilesFromRegion(
7575

7676
const response = await service.listAvailableProfiles({
7777
maxResults: MAX_Q_DEVELOPER_PROFILES_PER_PAGE,
78+
nextToken: nextToken,
7879
})
7980

8081
const profiles = response.profiles.map(profile => ({

0 commit comments

Comments
 (0)