Skip to content

Commit e517d54

Browse files
committed
Fjernet duplikat referanse til STO_Sensitive_Information__c
1 parent 8ebc90c commit e517d54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/integration/henvendelse-cache/classes/handlers/ConvNoteCacheHandler.cls

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ global class ConvNoteCacheHandler extends MyTriggers {
1414
'STO_Sensitive_Information__c',
1515
'CRM_Subtheme__c',
1616
'CRM_Theme__c',
17-
'CRM_Is_Redacted__c',
18-
'STO_Sensitive_Information__c'
17+
'CRM_Is_Redacted__c'
1918
};
2019

2120
List<Conversation_Note__c> convNotesWithRelevantChanges = new List<Conversation_Note__c>();

0 commit comments

Comments
 (0)