Skip to content

Commit

Permalink
BAH-3842|removed tasks from config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan committed Jun 3, 2024
1 parent ae68509 commit b49cd67
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions api/src/main/resources/eventsConfig.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
[
{
"type": "PATIENT_ADMIT",
"tasks": [
{
"name": "Check Ward Instructions"
}
]
"tasks": []
},
{
"type": "SHIFT_START_TASK",
"tasks": [
{
"name": "Check Care Plan"
}
]
"tasks": []
},
{
"type": "ROLLOVER_TASK",
"tasks": [
{
"name": "Check Ward Instructions"
}
]
"tasks": []
}
]

0 comments on commit b49cd67

Please sign in to comment.