Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbappai committed Aug 6, 2023
2 parents 3448e27 + 7824b42 commit 71e48f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/organizations/venues/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71e48f4

Please sign in to comment.