Skip to content

Commit 5b66701

Browse files
committed
Fix: remove unused variable
1 parent af8d7f5 commit 5b66701

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/Notifications/Api/V1/Contacts.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ private function fetchDbValues(int $contactId): array
10501050
}
10511051

10521052
$groupMembers = [];
1053-
$member = $contact->contactgroup_member;
10541053
foreach ($contact->contactgroup_member as $group) {
10551054
$groupMembers[] = $group->contactgroup_id;
10561055
}

0 commit comments

Comments
 (0)