Skip to content
Snippets Groups Projects
Commit 80424ba2 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust model of comment

parent ac269e93
No related merge requests found
......@@ -6,5 +6,6 @@ export class Comment {
subject: string;
body: string;
read: boolean;
correct: boolean;
creationTimestamp: number;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment