refactoring

This commit is contained in:
isUnknown 2025-02-03 10:01:50 +01:00
parent 2af1980274
commit 40685d633b
2 changed files with 17 additions and 19 deletions

View file

@ -13,8 +13,6 @@ return [
$page = page("inscription");
$subscribers = $page->subscribers()->yaml();
$emailExists = in_array(["email" => $email], $subscribers);
if ($emailExists) {