Skip to content

Commit

Permalink
Merge pull request #649 from ministryofjustice/update-api-types-16953…
Browse files Browse the repository at this point in the history
…09535

API model updates
  • Loading branch information
libuk authored Sep 25, 2023
2 parents 6312b23 + 676573d commit f12613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/@types/shared/models/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type Task = {
personName: string;
crn: string;
dueDate: string;
allocatedToStaffMember: ApprovedPremisesUser;
allocatedToStaffMember?: ApprovedPremisesUser;
status: TaskStatus;
};

0 comments on commit f12613b

Please sign in to comment.