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 bf13191 commit f34da56Copy full SHA for f34da56
src/tools/auth0/handlers/scimHandler.ts
@@ -204,7 +204,7 @@ export default class ScimHandler {
204
// If `scim_configuration` exists in local but remote -> createScimConfiguration(...)
205
if (idMapEntry?.hasConfig) {
206
if (scimBodyParams) {
207
- const x = await this.updateScimConfiguration(requestParams, scimBodyParams);
+ await this.updateScimConfiguration(requestParams, scimBodyParams);
208
} else {
209
await this.deleteScimConfiguration(requestParams);
210
}
0 commit comments