From 1eeb1e1ce8a8601954a35611f06a7ab467f5fbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Isabel=20Ca=C3=B1izales?= Date: Mon, 6 Jan 2025 18:23:00 -0300 Subject: [PATCH] chore: lint --- .../src/commands/apexActionController.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/salesforcedx-vscode-apex/src/commands/apexActionController.ts b/packages/salesforcedx-vscode-apex/src/commands/apexActionController.ts index 0779396cb6..9672b0d930 100644 --- a/packages/salesforcedx-vscode-apex/src/commands/apexActionController.ts +++ b/packages/salesforcedx-vscode-apex/src/commands/apexActionController.ts @@ -142,19 +142,19 @@ export class ApexActionController { const updatedContent = existingContent ? existingContent.replace(/([\s\S]*?)<\/schema>/, `${oasSpec.replaceAll('"', ''')}`) : [ - ``, - ``, + '', + '', `\t${path.basename(fullPath).split('.')[0]} External Service`, `\t`, `\t${namedCredential}`, - `\tCustom`, + '\tCustom', `\t${oasSpec.replaceAll('"', ''')}`, - `\tOpenApi3`, - `\tyaml`, + '\tOpenApi3', + '\tyaml', `\t${path.basename(fullPath).split('.')[0].toLowerCase()}_openapi`, - `\tComplete`, - `\t5`, - `` + '\tComplete', + '\t5', + '' ].join('\n'); try { // Step 3: Write File