refactor(note-group-permission-update-dto): rename attribute groupName

For consistency with NoteGroupPermissionEntryDto

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2022-01-16 22:46:46 +01:00
parent b40b2e164f
commit 96ed5f3cc8
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
3 changed files with 12 additions and 12 deletions

View file

@ -74,7 +74,7 @@ export class NoteGroupPermissionUpdateDto {
*/
@IsString()
@ApiProperty()
groupname: string;
groupName: string;
/**
* True if the group members should be allowed to edit the note