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:
2026-06-17 17:33:47 +07:00
parent 1933b58f84
commit bfbbb66747
6 changed files with 52 additions and 8 deletions
+1
View File
@@ -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) {
+1 -1
View File
File diff suppressed because one or more lines are too long