mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-09 10:27:11 +00:00
RevisionMetadataDto: Rename attribute updatedAt
to createdAt
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
2030141c66
commit
2140faab07
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export class RevisionMetadataDto {
|
|||
id: Revision['id'];
|
||||
|
||||
@IsDate()
|
||||
updatedAt: Date;
|
||||
createdAt: Date;
|
||||
|
||||
@IsNumber()
|
||||
length: number;
|
||||
|
|
Loading…
Add table
Reference in a new issue