added updated_at field when changing time
This commit is contained in:
@@ -317,6 +317,7 @@ export async function updateReservationTime({
|
||||
sync_user_id: newSyncUserId,
|
||||
start_time: newStartTime.toString(),
|
||||
location_sync_id: newLocationId,
|
||||
updated_at: new Date().toISOString(),
|
||||
})
|
||||
.eq('id', reservationId)
|
||||
.eq('user_id', user.id)
|
||||
|
||||
Reference in New Issue
Block a user