update sync

This commit is contained in:
Admin 2025-08-14 13:26:40 +07:00
parent 58dde4b304
commit 754280204d
1 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ export class ProductsService extends CoreService<Product> {
try {
return await this.eventService.waitForEvent<PublistHistory>(
`${ProductsService.EVENTS.PUBLIST_FINISH}_${data.id}`,
30000,
60000,
);
} catch {
throw new BadRequestException(
@ -219,7 +219,7 @@ export class ProductsService extends CoreService<Product> {
try {
return await this.eventService.waitForEvent<PublistHistory>(
`${ProductsService.EVENTS.DElETE_FINISH}_${data.id}`,
30000,
60000,
);
} catch {
throw new BadRequestException(