chore: formatting

This commit is contained in:
2025-05-06 14:36:52 +02:00
parent 913c82994a
commit ccd11f29a1
4 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export class UserResponseDTO {
constructor(partial: Partial<UserResponseDTO>) {
constructor(partial: UserResponseDTO) {
this.id = partial.id;
this.username = partial.username;
this.avatar = partial.avatar;