Rename viewcount to viewCount for compliance

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2021-02-22 23:36:44 +01:00
parent 3f05fa4852
commit b7e188cec2
4 changed files with 8 additions and 8 deletions

View file

@ -348,7 +348,7 @@ export class NotesService {
updateUser: this.usersService.toUserDto(
await this.calculateUpdateUser(note),
),
viewCount: note.viewcount,
viewCount: note.viewCount,
};
}