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 cr-candidates #209

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Fix cr-candidates #209

merged 2 commits into from
Mar 27, 2024

Conversation

MatthewErispe
Copy link
Collaborator

@MatthewErispe MatthewErispe commented Mar 27, 2024

Typo introduced error by return 418 when call is infact successful

Old snippet:
response -> { if (response.isSuccess()) { LOGGER.warn(IM_A_TEA_POT_LOG); return complete(ApiModels.getHttpErrorResponse(GlobalConstants.IM_A_TEA_POT)); } return complete(response.get()); });

@MatthewErispe MatthewErispe merged commit f72986f into dev Mar 27, 2024
5 checks passed
@MatthewErispe MatthewErispe deleted the cr-candidate-bugfix branch March 27, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants