Skip to content

Commit

Permalink
Removed deleted mongodb model
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalsonara committed Nov 15, 2023
1 parent c9793ba commit f14d3b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/purchase/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { getServerSession } from "next-auth";
import { NextRequest, NextResponse } from "next/server";
import { authOptions } from "../auth/[...nextauth]/route";
import PurchaseEntry from "@/models/purchase";
import { addDoc, collection, getDocs } from "firebase/firestore";
import { db } from "@/lib/firebaseConfig";
import { Purchase } from "@/types/types";
Expand Down

0 comments on commit f14d3b4

Please sign in to comment.