Skip to content

Commit

Permalink
Update Incident.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xhefribala committed Sep 9, 2022
1 parent a818cb7 commit e9d8a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/model/Incident.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export default interface Incident extends AbstractDBModel {
status: 'reported' | 'resolved'
resolvedOn: string
patient?: string
reportByUserID: string
}

0 comments on commit e9d8a70

Please sign in to comment.