fix misc issues, upgrade
All checks were successful
Check / Lint and Check (push) Successful in 1m38s

This commit is contained in:
2025-07-15 17:33:11 +02:00
parent 358dc77e5a
commit bd2ddd9bb6
4 changed files with 747 additions and 524 deletions

View File

@@ -29,7 +29,7 @@ async function listmonk(data: listmonkData): Promise<string> {
return "An error occurred or this email is already subscribed.";
}
return "Thanks for signing up! Please check your email for a confirmation.";
} catch (error) {
} catch {
return "An error occurred while trying to sign up. Please try again.";
}
}