Skip to content

Commit

Permalink
PR feedback: add missing field to type
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Sep 23, 2023
1 parent a9ea7a0 commit 812bbe2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type FormattedAssessmentData = {
targetDate: Date;
status: TestSessionStatus;
accessCode: string;
notes?: string;
};

type AssessmentDataQueryResult = {
Expand Down

0 comments on commit 812bbe2

Please sign in to comment.