mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Rename viewcount to viewCount for compliance
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
4d89ffd474
commit
8873ac316a
4 changed files with 8 additions and 8 deletions
|
@ -348,7 +348,7 @@ export class NotesService {
|
|||
updateUser: this.usersService.toUserDto(
|
||||
await this.calculateUpdateUser(note),
|
||||
),
|
||||
viewCount: note.viewcount,
|
||||
viewCount: note.viewCount,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue