Skip to content

Commit

Permalink
make grading scale optional on test, refs #428
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Aug 2, 2022
1 parent eed5dcc commit e2127ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/models/test.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Test = t.type({
Owner: Option(t.string),
Creation: t.string,
GradingScaleId: Option(t.number),
GradingScale: t.string,
GradingScale: Option(t.string),
Results: Option(t.array(Result)),
});

Expand Down

0 comments on commit e2127ab

Please sign in to comment.