Skip to content

Commit 0fd5fdf

Browse files
committed
fix: path to notion
1 parent e648788 commit 0fd5fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contact/app/api/get-plan/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { processContact } from "@/app/(helpers)/notion";
1+
import { processContact } from "@/helpers/notion";
22
import { nanoid } from "nanoid";
33
import { NextRequest } from "next/server";
44
import z from "zod";

0 commit comments

Comments
 (0)