so can tell me sth?
This commit is contained in:
@@ -104,7 +104,7 @@ export class PayosService {
|
||||
mentorId: mentorId,
|
||||
},
|
||||
})
|
||||
// update order chatRoomId
|
||||
/* ------------------------- update order chatRoomId ------------------------ */
|
||||
await tx.order.update({
|
||||
where: { id: order.id },
|
||||
data: {
|
||||
@@ -118,7 +118,7 @@ export class PayosService {
|
||||
orderId: order.id,
|
||||
},
|
||||
})
|
||||
// send first message from mentor to customer
|
||||
/* --------------- send first message from mentor to customer --------------- */
|
||||
await tx.message.create({
|
||||
data: {
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user