Fix updating iCalUID
parent
83cb60b0cc
commit
833d3a25bf
|
@ -2319,9 +2319,11 @@ async function handler(
|
|||
// The eventManager and handleAppsStatus could change the iCalUID. At this point we can update the DB record
|
||||
await prisma.booking.update({
|
||||
where: {
|
||||
booking: booking.id,
|
||||
id: booking.id,
|
||||
},
|
||||
data: {
|
||||
iCalUID: evt.iCalUID,
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue