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 (identity service): Update shape of outbound requests property #426

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AdonousTech
Copy link
Contributor

In Angular strict mode, private outboundRequests = {} throws errors during compilation:

  No index signature with a parameter of type 'string' was found on type '{}'.

Making the expected shape of the object explicit fixes the error. This service requires other updates as well to be compliant with strict mode, but this one is a bit tricky.

In  Angular strict mode, `private outboundRequests = {}` throws errors during compilation:

```
  No index signature with a parameter of type 'string' was found on type '{}'.
```
Making the expected shape of the object explicit fixes the error. This service requires other updates as well to be compliant with strict mode, but this one is a bit tricky.
fix (identity service): Update shape of outbound requests property
@AdonousTech AdonousTech requested a review from a team as a code owner August 26, 2021 22:42
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