Skip to content

Commit

Permalink
Update packages/salesforcedx-vscode-apex/src/oas/documentProcessorPip…
Browse files Browse the repository at this point in the history
…eline/oasProcessor.ts

Co-authored-by: peternhale <[email protected]>
  • Loading branch information
mingxuanzhangsfdx and peternhale authored Jan 29, 2025
1 parent 6a9bdf1 commit 1d44174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class OasProcessor {
if (this.context.classDetail.annotations.includes('RestResource')) {
// currently only OasValidation exists, in future this would have converters too
const pipeline = new Pipeline(new CleanupYamlStep())
.addStep(new OasValidationStep())
.addStep(new MethodValidationStep());
.addStep(new OasValidationStep())

Check failure on line 35 in packages/salesforcedx-vscode-apex/src/oas/documentProcessorPipeline/oasProcessor.ts

View workflow job for this annotation

GitHub Actions / build-and-test / build-all / build-all

Declaration or statement expected.

Check failure on line 35 in packages/salesforcedx-vscode-apex/src/oas/documentProcessorPipeline/oasProcessor.ts

View workflow job for this annotation

GitHub Actions / build-and-test / unit-tests / windows-unit-tests / windows-unit-tests

Declaration or statement expected.

Check failure on line 35 in packages/salesforcedx-vscode-apex/src/oas/documentProcessorPipeline/oasProcessor.ts

View workflow job for this annotation

GitHub Actions / build-and-test / unit-tests / linux-unit-tests / linux-unit-tests

Declaration or statement expected.

console.log('Executing pipeline with input:');
console.log('context: ', JSON.stringify(this.context));
Expand Down

0 comments on commit 1d44174

Please sign in to comment.