Skip to content

Commit

Permalink
Merge pull request #5 from vimalsonara/correction
Browse files Browse the repository at this point in the history
Removed deleted mongodb model
  • Loading branch information
vimalsonara authored Nov 15, 2023
2 parents f5922eb + f14d3b4 commit ccc7f1a
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 ccc7f1a

Please sign in to comment.