Add mutation to copy new s3 image as product image (#45)
This commit is contained in:
@@ -199,7 +199,7 @@ export class ProductAPI extends BaseSQLDataSource {
|
||||
}
|
||||
|
||||
// mutations below
|
||||
private async updateProductField(
|
||||
async updateProductField(
|
||||
productId: number,
|
||||
field: string,
|
||||
value: string,
|
||||
|
||||
Reference in New Issue
Block a user