Skip to content

Commit a245578

Browse files
authored
fix: meeting link fails when manually reassign (#21106)
* fix: meeting link fails when manually reassign * update * Update booking.ts
1 parent f5ec696 commit a245578

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/lib/server/repository/booking.ts

+4
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ export class BookingRepository {
395395
},
396396
where: {
397397
type: "daily_video",
398+
deleted: null,
399+
},
400+
orderBy: {
401+
id: "asc",
398402
},
399403
},
400404
},

0 commit comments

Comments
 (0)