Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 3, 2024
1 parent b1d56ef commit cd0a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/patient/appointment/pending/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dbConfig from "@utils/db";
import { decrypt } from "@sessions/sessionUtils";
import { Patient, BookedAppointment } from "@models/index";
import { Type } from "mongoose";
import { Types } from "mongoose";

export async function POST(req: Request) {
const session = req.headers.get("Authorization");
Expand Down

0 comments on commit cd0a43a

Please sign in to comment.