Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: respect baseUrl passed as part of request parameters #641

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

gr2m
Copy link
Contributor

@gr2m gr2m commented Sep 3, 2024

closes #640

Copy link
Contributor

github-actions bot commented Sep 3, 2024

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@wolfy1339 wolfy1339 added the Type: Bug Something isn't working as documented, or is being fixed label Sep 3, 2024
src/hook.ts Outdated
@@ -92,6 +92,7 @@ export async function hook(
state,
// @ts-expect-error TBD
{},
// request.defaults({ baseUrl: endpoint.baseUrl }),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are so fast :D fixed now

@gr2m gr2m merged commit 8478cac into main Sep 3, 2024
7 checks passed
@gr2m gr2m deleted the 640/respect-dynamic-baseUrl branch September 3, 2024 20:11
Copy link
Contributor

github-actions bot commented Sep 3, 2024

🎉 This PR is included in version 7.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Bug Something isn't working as documented, or is being fixed
Projects
Archived in project
3 participants