diff --git a/pages/organizations/venues/new.tsx b/pages/organizations/venues/new.tsx index e1a507e4..c3fa24b1 100644 --- a/pages/organizations/venues/new.tsx +++ b/pages/organizations/venues/new.tsx @@ -133,7 +133,7 @@ export default function NewService(){ ...formData, ...fullAddress, logoImageHash: imageHash, - coverImageHash: "coverimagehash", + coverImageHash: imageHash, latitude:String(fullAddress.latitude), longitude:String(fullAddress.longitude), contactNumber: formatedContact,