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:
@@ -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