Skip to content

Commit

Permalink
fix: exclude org perm protected properties in esr
Browse files Browse the repository at this point in the history
@W-17712234@ remove org perm protected properties
  • Loading branch information
peternhale committed Jan 30, 2025
1 parent 3cc1b89 commit 06a32e3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,7 @@ export class ApexActionController {
...(this.isVersionGte(orgVersion, '63.0')
? {
registrationProviderType: 'ApexRest',
namedCredential: null,
namedCredentialReferenceId: null,
catalogedApiVersion: null,
isStartSchemaVersion: true,
isHeadSchemaVersion: true,
schemaArtifactVersion: version
namedCredential: 'null'
}
: {
registrationProviderType: 'Custom',
Expand Down

0 comments on commit 06a32e3

Please sign in to comment.