Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add email subscription check before saving
This commit adds a check to ensure that the email being subscribed is not already present in the database. If the email is already subscribed, an error is thrown. This enhancement improves the data integrity and prevents duplicate email subscriptions.
- Loading branch information