show message

This commit is contained in:
Peter Maquiran
2024-08-29 21:02:01 +01:00
parent 55539eb596
commit ac7e5ccf5b
2 changed files with 40 additions and 6 deletions
@@ -11,7 +11,7 @@ export class GetRoomByIdMapper {
id: input.data.id,
members: input.data.members,
roomName: input.data.roomName,
roomType: input.data.roomType
roomType: input.data.roomType,
})
}
}