From cfde28bac33c3644e1b6218eb471b675a37def60 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Thu, 9 Jul 2020 15:54:24 +0200
Subject: Add ability to report account

---
 shared/models/moderation/abuse/abuse.model.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'shared/models/moderation')

diff --git a/shared/models/moderation/abuse/abuse.model.ts b/shared/models/moderation/abuse/abuse.model.ts
index 74798ab2c..0a0c6bd35 100644
--- a/shared/models/moderation/abuse/abuse.model.ts
+++ b/shared/models/moderation/abuse/abuse.model.ts
@@ -62,9 +62,9 @@ export interface Abuse {
   // FIXME: deprecated in 2.3, remove the following properties
 
   // @deprecated
-  startAt: null
+  startAt?: null
   // @deprecated
-  endAt: null
+  endAt?: null
 
   // @deprecated
   count?: number
-- 
cgit v1.2.3