Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fix user login #2987

Closed
wants to merge 16 commits into from
Prev Previous commit
Next Next commit
Update Incident.ts
  • Loading branch information
xhefribala committed Sep 9, 2022
commit e9d8a70ec404b73cce53bfdc6414b2f561023e83
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
}