Skip to content

Commit

Permalink
Updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jun 4, 2024
1 parent 1caa09a commit 66b90a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/api/patient/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export async function GET(request: Request) {
password: 0,
current_hospital: 0,
notifications: 0,
gender: 0,
address: 0,
};

const patientData = await collection.findOne({ email }, { projection });
Expand Down

0 comments on commit 66b90a7

Please sign in to comment.