Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Sep 12, 2024
1 parent b3daa96 commit 1446924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/api/v1/patients/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default async function (fastify, _opts) {
const nullFields = Object.entries(newContactData).filter(
([_, value]) => value === null,
);

const existingContact = await tx.patient.findUnique({
where: { id },
include: {
Expand Down

0 comments on commit 1446924

Please sign in to comment.