Skip to content

Commit 99d0175

Browse files
author
Marcus
committed
check key
1 parent 6769eaa commit 99d0175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/api/contact/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ContactEmail } from "@/app/components/ContactEmail";
22
import { NextResponse } from "next/server";
33
import { Resend } from "resend";
44

5-
const resend = new Resend(process.env.RESEND_API_KEY);
5+
const resend = new Resend(process.env.RESEND_API_KEY!);
66

77
export async function POST(req: Request) {
88
try {

0 commit comments

Comments
 (0)