Added basic creation of shops.

This commit is contained in:
Patrick Fic
2022-06-15 19:03:31 -07:00
parent 4fdd48c279
commit 7ba3cc5ffa
9 changed files with 218 additions and 35 deletions

View File

@@ -54,7 +54,7 @@ export const uploadToCloudinary = async (
//Set variables for getting the signed URL.
let timestamp = Math.floor(Date.now() / 1000);
let public_id = key;
let tags = `${bodyshop.textid},${
let tags = `${bodyshop.imexshopid},${
tagsArray ? tagsArray.map((tag) => `${tag},`) : ""
}`;
// let eager = process.env.REACT_APP_CLOUDINARY_THUMB_TRANSFORMATIONS;