chore: formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user