Skip to content

Commit

Permalink
fix on patient data pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro committed Jul 30, 2024
1 parent 588e724 commit 00b3c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/processes/nishauri_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -4787,7 +4787,7 @@ router.get(

let check_program = await NUserprograms.findOne({
where: {
user_id: base64.decode(user_id)
[Op.and]: [{ program_type: "1" }, { user_id: base64.decode(user_id) }]
}
});

Expand Down

0 comments on commit 00b3c89

Please sign in to comment.