Skip to content

Commit

Permalink
removing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-ankita committed Sep 21, 2024
1 parent cfac3da commit bf0e26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/generatePackageXml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function backupChangeList(apexClasses: string[], lwcComponents: string[]): void
fs.writeFileSync(filePath, packageXmlContent.trim());
}

// remove all this code later --- only for testing
// remove all this code later --- only for testing
const apexClasses = ['MyApexClass1', 'MyApexClass2'];
const lwcComponents = ['MyLwcComponent1', 'MyLwcComponent2'];

Expand Down

0 comments on commit bf0e26c

Please sign in to comment.