Skip to content

Commit 7fd9dc7

Browse files
committed
Removed duplicate code after rebase
1 parent 75d3321 commit 7fd9dc7

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

apps/contact/app/api/contact/route.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//import { ContactTemplate } from "@/app/(email-templates)/contact";
22
//import { sendEmail } from "@/app/(helpers)/email";
3-
import { processContact } from "@/app/(helpers)/notion";
4-
import { notifyContactCreated } from "../../../utils/notifyContactCreated";
5-
import { Client, isFullPage } from "@notionhq/client";
3+
import { processContact } from "../../../app/(helpers)/notion";
64
import { nanoid } from "nanoid";
75
import { NextRequest } from "next/server";
86
import z from "zod";

apps/contact/utils/notifyContactCreated.ts

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)