Skip to content
Snippets Groups Projects
Commit efea29fe authored by michael.minelli's avatar michael.minelli
Browse files

Exercise => Add correctionDescription field

parent 4011aa14
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ interface Exercise { ...@@ -18,6 +18,7 @@ interface Exercise {
isCorrection: boolean; isCorrection: boolean;
correctionCommit: Gitlab.CommitSchema | undefined; correctionCommit: Gitlab.CommitSchema | undefined;
correctionDescription: string | undefined;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment