commit abfd5f38687a42777d77961e8f14d2668dbf959c parent fc9297759af4a5b3c8c7212aa4bb3e5becdc21d1 Author: minerva-jupiter <ryouturn@gmail.com> Date: Wed, 7 Jan 2026 15:59:19 +0900 delete tapKind from api/notif/route.ts Diffstat:
| M | app/api/notif/route.ts | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/app/api/notif/route.ts b/app/api/notif/route.ts @@ -1,5 +1,4 @@ import { NextResponse } from "next/server"; -import type { TapKind } from "@/lib/handleTap"; export async function POST(request: Request) { try {