field
This commit is contained in:
@@ -32,7 +32,9 @@ export class ProductService {
|
||||
// prepareTime: rest.prepareTime ?? 0,
|
||||
quantities: rest.quantities,
|
||||
images: rest.images ?? undefined,
|
||||
linkUrl: rest.linkUrl,
|
||||
category,
|
||||
|
||||
};
|
||||
|
||||
const product = this.productRepository.create(data)
|
||||
|
||||
Reference in New Issue
Block a user