Skip to content

Commit

Permalink
Reword to remove an unused variable and make code clearer
Browse files Browse the repository at this point in the history
Co-authored-by: gregcorbett <[email protected]>
  • Loading branch information
rowan04 and gregcorbett authored Dec 12, 2022
1 parent a03d495 commit ce53f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Gocdb_Services/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private function sendEmail($roleRequested, $requestingUser, $entityName, $approv
$roleRequested->getRoleType()->getName(),
$roleRequested->getOwnedEntity()->getName(),
$this->getWebPortalURL(),
$emailSendTo->configService->getEmailTo()
$configService->getEmailTo()
);

$emailAddress = $approvingUser->getEmail();
Expand Down

0 comments on commit ce53f7a

Please sign in to comment.