From ab363fa5fcd9886c81335e2e1c557688c52fe9b8 Mon Sep 17 00:00:00 2001 From: Vincent FINET Date: Tue, 3 Dec 2024 12:50:24 +0100 Subject: [PATCH] Typo in Javascript #471 --- .../api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js b/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js index 72f87ba..ae57154 100644 --- a/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js +++ b/force-app/main/default/lwc/orgcheckApp/api/dataset/orgcheck-api-dataset-lighntingwebcomponents.js @@ -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