Skip to content

Commit

Permalink
Remove api token log
Browse files Browse the repository at this point in the history
  • Loading branch information
madsh93 authored Dec 30, 2024
1 parent 0248441 commit 2037e84
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 2037e84

Please sign in to comment.