We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bae01 commit d27f877Copy full SHA for d27f877
1 file changed
extensions/mssql/src/azure/utils.ts
@@ -147,6 +147,7 @@ export async function fetchUserGroups(userId: string): Promise<UserGroup[]> {
147
nextUrl = response.data["@odata.nextLink"];
148
} catch (error) {
149
console.error("Error fetching user groups:", error);
150
+ break; // Exit the loop on error
151
}
152
153
0 commit comments