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 throwing config event #1494

Conversation

FabianGosebrink
Copy link
Collaborator

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Azure Static Web Apps: Your stage site is ready! Visit it here: https://nice-hill-002425310-1494.centralus.azurestaticapps.net


return of(usedConfig);
return configuration;
Copy link
Owner

Choose a reason for hiding this comment

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

The return type is changed, will this not effect methods using this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The return type did not change, because this is a new private method. The return type of the public method remains the same.

return of(usedConfig);
}

private addWellKnownEndpoint(configuration: OpenIdConfiguration): OpenIdConfiguration {
Copy link
Owner

Choose a reason for hiding this comment

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

This name can be improved? It is not just add I think

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Improved the name

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Azure Static Web Apps: Your stage site is ready! Visit it here: https://nice-hill-002425310-1494.centralus.azurestaticapps.net

@damienbod damienbod merged commit 9de16f7 into main Aug 5, 2022
@damienbod
Copy link
Owner

thanks!

@damienbod damienbod deleted the fabiangosebrink/Bug-1482-EventService-does-not-fire-events-anymore branch August 6, 2022 05:52
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.

None yet

2 participants