Skip to content

Commit

Permalink
dont need trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Nov 1, 2023
1 parent 1e143b0 commit 0304f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export function getHubSpotApiOrigin(
if (!domain || typeof domain !== 'string') {
domain = `${useLocalHost ? 'local' : 'api'}.hubapi${getEnvUrlString(env)}`;
}
return `https://${domain}.com/`;
return `https://${domain}.com`;
}

0 comments on commit 0304f17

Please sign in to comment.