Skip to content

Commit

Permalink
Merge pull request #5 from madsh93/main
Browse files Browse the repository at this point in the history
Remove api token log
  • Loading branch information
fayazara authored Jan 4, 2025
2 parents 0248441 + 2037e84 commit bbe3472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/resend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export class ResendService implements EmailService {
}

async send(emailOptions: EmailOptions): Promise<void> {
console.log(this.apiToken);
if (!this.apiToken) {
throw new Error("Resend API token is missing");
}
Expand Down

0 comments on commit bbe3472

Please sign in to comment.