Skip to content

Commit fe4eaa3

Browse files
committed
Typo
1 parent 46fbe18 commit fe4eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/Services/Application/Handlers/Organizer/SendOrganizerContactMessageHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function handle(SendOrganizerContactMessageDTO $dto): void
2424
{
2525
$organizer = $this->organizerRepository->findById($dto->organizer_id);
2626

27-
// Don't allow people to context organizers that are not live, except for the organizer's own account
27+
// Don't allow people to contact organizers that are not live, except for the organizer's own account
2828
if ($organizer->getStatus() !== OrganizerStatus::LIVE->value && $dto->account_id !== $organizer->getAccountId()) {
2929
throw new ResourceNotFoundException(__('Organizer not found'));
3030
}

0 commit comments

Comments
 (0)