Skip to content

Commit

Permalink
fix: invalid subscribed field in query matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed May 31, 2023
1 parent c985d94 commit e904b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/mongodb/models/workItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ function getWorkItemFields() {
upsInstanceUID: 0,
patientID: 0,
transactionUID: 0,
"00081195": 0
"00081195": 0,
subscribed: 0
};
}

Expand Down

0 comments on commit e904b7c

Please sign in to comment.