Skip to content

Commit

Permalink
chore: ?
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Jan 18, 2025
1 parent ab13b97 commit dba8c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export class ApexActionController {
} else {
throw new Error(nls.localize('schema_element_not_found'));
}
if (jsonObj.ExternalServiceRegistration?.operations.ExternalServiceOperation) {
if (jsonObj.ExternalServiceRegistration?.operations?.ExternalServiceOperation) {
jsonObj.ExternalServiceRegistration.operations.ExternalServiceOperation = operations;
} else {
throw new Error(nls.localize('operations_element_not_found'));
Expand Down

0 comments on commit dba8c23

Please sign in to comment.