Add mutation to copy new s3 image as product image (#45)

This commit is contained in:
Niklas Fondberg
2021-09-16 15:58:33 +02:00
committed by GitHub
parent e52c7d4522
commit 9059bc5d8d
3 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ export class ProductAPI extends BaseSQLDataSource {
}
// mutations below
private async updateProductField(
async updateProductField(
productId: number,
field: string,
value: string,