fix env keys
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
This commit is contained in:
@@ -212,7 +212,7 @@ export const POST: APIRoute = async ({ request }) => {
|
||||
});
|
||||
}
|
||||
|
||||
const apiKey = import.meta.env.RESEND_API_KEY;
|
||||
const apiKey = process.env.RESEND_API_KEY;
|
||||
const fromAddress = general.fromAddressSubmission?.trim();
|
||||
const toAddress = general.toAddressSubmission?.trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user