Skip to content

Commit

Permalink
fix Feil med avlyst varsler
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me2000 authored Nov 13, 2024
1 parent 9f52361 commit 44259d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ public without sharing class HOT_ServiceAppointmentNotification {
}
private static List<ServiceResource> getServiceResourceList(Set<Id> srIds) {
List<ServiceResource> serviceResourceList = [
SELECT HOT_NotificationChannel__c, AccountId
SELECT Id, HOT_NotificationChannel__c, AccountId
FROM ServiceResource
WHERE Id IN :srIds AND HOT_NotificationChannel__c != NULL
];
Expand Down

0 comments on commit 44259d3

Please sign in to comment.