Skip to content

Commit

Permalink
Removing un-used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nandan-bhat committed Jul 16, 2024
1 parent bf13191 commit f34da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/auth0/handlers/scimHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default class ScimHandler {
// If `scim_configuration` exists in local but remote -> createScimConfiguration(...)
if (idMapEntry?.hasConfig) {
if (scimBodyParams) {
const x = await this.updateScimConfiguration(requestParams, scimBodyParams);
await this.updateScimConfiguration(requestParams, scimBodyParams);
} else {
await this.deleteScimConfiguration(requestParams);
}
Expand Down

0 comments on commit f34da56

Please sign in to comment.