Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Oct 22, 2024
1 parent f191039 commit 7952b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/www/hooks/use-hubspot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const useHubspotForm = ({ portalId, formId }) => {
const body = await result.json();
console.log("body");
console.log(body);
console.log(result);
setData(body);
setForm(false);
} catch (e) {
Expand Down

0 comments on commit 7952b89

Please sign in to comment.