Skip to content

Commit

Permalink
codereview
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Aug 21, 2020
1 parent 5c69e93 commit a2b8120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function createEvent(string $telegramChatId, string $eventTypeCode
$request->setId(uniqid());
$request->setEmail(UsersRepository::getEmailByTelegramChatId($telegramChatId));
$request->setEventTemplateId(EventTypesRepository::getHubspotEventIDByCode($eventTypeCode));

if (!empty($tokens)) {
$request->setTokens($tokens);
}
Expand Down

0 comments on commit a2b8120

Please sign in to comment.