fix: khách mời join vào tour gán với tên thêm thủ công
This commit is contained in:
Vendored
+1
@@ -1480,6 +1480,7 @@ let TourController = class TourController {
|
||||
await Promise.all([
|
||||
this.cacheManager.del(tourId),
|
||||
this.cacheManager.del(`/api/v1/tours/${tourId}`),
|
||||
this.cacheManager.del(`/api/v1/tours/${tourId}/public`),
|
||||
this.cacheManager.del(`/api/v1/tours/explore`)
|
||||
]);
|
||||
return { success: true, message: 'Đã gán và hợp nhất thông tin thành viên thành công.' };
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1663,6 +1663,7 @@ class TourController {
|
||||
await Promise.all([
|
||||
this.cacheManager.del(tourId),
|
||||
this.cacheManager.del(`/api/v1/tours/${tourId}`),
|
||||
this.cacheManager.del(`/api/v1/tours/${tourId}/public`),
|
||||
this.cacheManager.del(`/api/v1/tours/explore`)
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user