Skip to content

Commit

Permalink
removed unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
acobbb authored Dec 10, 2024
1 parent bce0775 commit 873c647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/main/default/classes/TimelineService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public with sharing class TimelineService {

for (Timeline_Configuration__mdt timelineConfigurationRecord : listOfTimelineConfigurations) {
TimelineRecord timelineRecord = new timelineRecord();
//String timelineObjectLabel = timelineConfigObjectName.get(timelineConfigurationRecord.Id)
Schema.SObjectType timelineRecordObjectType = Schema.getGlobalDescribe().get(timelineConfigurationRecord.Object_Name__c);
Schema.DescribeSObjectResult timelineDescribeResult = timelineRecordObjectType.getDescribe();
timelineRecord.objectLabel = timelineDescribeResult.getLabel();
Expand Down

0 comments on commit 873c647

Please sign in to comment.