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

BUG 🐛Qualifying WebEndpoint in Environment provider #333

Merged
merged 1 commit into from
Sep 13, 2018

Conversation

eoji
Copy link
Contributor

@eoji eoji commented Sep 13, 2018

what

environment.webEndpoint was providing the wrong value (it was returning the client ID) because we didn't qualify it. When 2 providers are ambiguous (they both are returning a String and take in ApiEndpoint) , Dagger just picks the first one alphabetically 🙃
So now, I can revert the change I made in January #200 because I was confused about why the URLs were wrong.

how

Qualifying webEndpoint with @WebEndpoint

@eoji eoji added the bug 🐛 label Sep 13, 2018
@eoji eoji requested a review from Rcureton September 13, 2018 21:49
@eoji eoji merged commit cc45709 into master Sep 13, 2018
@eoji eoji deleted the io/webendpoint-provides branch September 13, 2018 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants