console logging data returned when uploading image
Build and Push Image / build-and-push (push) Successful in 1m12s

This commit is contained in:
2026-04-28 23:31:43 -07:00
parent c3f788345f
commit 61ec339faf
+1
View File
@@ -124,6 +124,7 @@ const applyImageToItem = async (itemId, localImagePath, token) => {
}
const data = await response.json();
console.log(`Returned item with image: ${JSON.stringify(data, null, 2)}`);
return data; // Returns the item with the new image
} catch (error) {
console.error('Error applying image:', error);