From 75ac0a22a944f07153124db651a2bb85e1e4529e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 20 Nov 2018 15:38:13 +0100
Subject: [PATCH] Adjust answer model

---
 src/app/models/answer-text.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/app/models/answer-text.ts b/src/app/models/answer-text.ts
index b2014e2d8..af8e6d097 100644
--- a/src/app/models/answer-text.ts
+++ b/src/app/models/answer-text.ts
@@ -1,3 +1,5 @@
+import { ContentType } from './content-type.enum';
+
 export class AnswerText {
   id: string;
   revision: string;
@@ -7,4 +9,5 @@ export class AnswerText {
   body: string;
   read: string;
   creationTimestamp: Date;
+  format: ContentType;
 }
-- 
GitLab