Skip to content

Commit

Permalink
Typo in Javascript #471
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceFINET committed Dec 3, 2024
1 parent 237db88 commit ab363fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class OrgCheckDatasetLightningWebComponents extends OrgCheckDataset {
createdDate: record.CreatedDate,
lastModifiedDate: record.LastModifiedDate,
description: record.Description,
url: sfdcManager.setupUrm(id, TYPE_LIGHTNING_WEB_COMPONENT)
url: sfdcManager.setupUrl(id, TYPE_LIGHTNING_WEB_COMPONENT)
},
dependencies: {
data: componentsDependencies
Expand Down

0 comments on commit ab363fa

Please sign in to comment.