mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
NoteDto: Rename attribute metdata
to metadata
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
b4b91acddb
commit
b17da345c7
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ export class NoteDto {
|
|||
content: string;
|
||||
|
||||
@ValidateNested()
|
||||
metdata: NoteMetadataDto;
|
||||
metadata: NoteMetadataDto;
|
||||
|
||||
@IsArray()
|
||||
@ValidateNested({ each: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue