mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
fix username spelling from userName
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
aa8455a079
commit
d33cfa4541
23 changed files with 89 additions and 91 deletions
|
@ -17,7 +17,7 @@ export class EditDto {
|
|||
@IsString()
|
||||
@IsOptional()
|
||||
@ApiPropertyOptional()
|
||||
userName: UserInfoDto['userName'] | null;
|
||||
username: UserInfoDto['username'] | null;
|
||||
|
||||
/**
|
||||
* Character index of the start of this section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue