Skip to content

Commit

Permalink
Merge pull request #89 from coronasafe/fix-bed-query
Browse files Browse the repository at this point in the history
fixed bed query
  • Loading branch information
mathew-alex authored Sep 7, 2023
2 parents 6b390ff + 594c4a1 commit dc56eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dailyRoundUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const getPatientId = async (assetExternalId) => {
export const getBedById = async (bedId) => {
return prisma.bed.findFirst({
where: {
id: bedId,
externalId: bedId,
deleted: false,
},
include: {
Expand Down

0 comments on commit dc56eb1

Please sign in to comment.