mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
fix username spelling from userName
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
be27686610
commit
40103cb397
23 changed files with 89 additions and 91 deletions
|
@ -105,7 +105,7 @@ export class NoteMetadataDto {
|
|||
@IsArray()
|
||||
@ValidateNested()
|
||||
@ApiProperty()
|
||||
editedBy: UserInfoDto['userName'][];
|
||||
editedBy: UserInfoDto['username'][];
|
||||
|
||||
/**
|
||||
* Permissions currently in effect for the note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue