Template
update messageResponse author id
This commit is contained in:
@@ -7,5 +7,5 @@ export class MessageResponseDTO {
|
|||||||
|
|
||||||
id: number;
|
id: number;
|
||||||
value: string;
|
value: string;
|
||||||
authorId: number;
|
authorId: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user