Only show updatedAt date of abuse if different from createdAt

This commit is contained in:
Rigel Kent
2020-05-03 16:23:09 +02:00
committed by Rigel Kent
parent d405118360
commit 0db536f1e0
3 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export interface VideoAbuse {
}
createdAt: Date
updatedAt: Date
updatedAt?: Date
count?: number
nth?: number