fix: lỗi bong bóng Tour vẫn xuất hiện và điểm kết thúc
This commit is contained in:
Vendored
+1
@@ -607,6 +607,7 @@ let TourController = class TourController {
|
||||
await this.prisma.tour.delete({
|
||||
where: { id },
|
||||
});
|
||||
await this.cacheManager.del(`/api/v1/tours/explore`);
|
||||
return { success: true };
|
||||
}
|
||||
async getPublicTours(req) {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user