We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddadfa commit bb06976Copy full SHA for bb06976
src/matching/matching.service.ts
@@ -42,6 +42,7 @@ export class MatchingService {
42
const matching = await queryRunner.manager.save(Matching, {
43
requester: { id: body.requesterId },
44
target: { id: body.targetId },
45
+ message: body.message,
46
});
47
48
const chatRoom = await this.chatRoomService.createChatRoom(
0 commit comments