update sync
This commit is contained in:
parent
754280204d
commit
9100e0a8e5
|
|
@ -192,6 +192,8 @@ export class ProductsService extends CoreService<Product> {
|
|||
);
|
||||
}
|
||||
|
||||
await this.repo.update(plainData.id, { status: true });
|
||||
|
||||
return AppResponse.toResponse(plainData);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue