Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Jan 31, 2025
1 parent 9720b4e commit 90e8bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/microsoft/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export class MicrosoftConnectorManager extends BaseConnectorManager<null> {
);
if (nodeIdsToDelete.length > 0) {
await MicrosoftRootResource.batchDelete({
resourceIds: Object.keys(nodeIdsToDelete),
resourceIds: nodeIdsToDelete,
connectorId: connector.id,
});
}
Expand Down

0 comments on commit 90e8bca

Please sign in to comment.