Skip to content

Commit

Permalink
HotFix: logo_type does not exist when creating a record
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie committed Aug 26, 2024
1 parent 51f09a8 commit 23e3b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/EmailTemplateResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function handleLogo(array $data): array
if ($data['logo_type'] == "paste_url" && $data['logo_url']) {
$data['logo'] = $data['logo_url'];
}

unset($data['logo_type']);
return $data;
}

Expand Down

0 comments on commit 23e3b0e

Please sign in to comment.