summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 12430836..011f0408 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -654,7 +654,7 @@ export interface CommentForm {
post_id: number;
parent_id?: number;
edit_id?: number;
- creator_id: number;
+ creator_id?: number;
removed?: boolean;
deleted?: boolean;
reason?: string;