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(app-generic): circular dependency on subscriber pref use cases #3907

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

p-fernandez
Copy link
Contributor

What change does this PR introduce?

Fixes a circular dependency between 2 use case modules. Arranges also the location of the types.

Why was this change needed?

Other information (Screenshots)

index: number,
overrideReasons: IPreferenceOverride[]
) {
const currOverride: IPreferenceOverride = {
const currentOverride: IPreferenceOverride = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

So CSpell stops complaining about curr.

Copy link
Contributor

@LetItRock LetItRock left a comment

Choose a reason for hiding this comment

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

awesome 🎉

@p-fernandez p-fernandez added this pull request to the merge queue Aug 2, 2023
Merged via the queue into next with commit 4aceb3f Aug 2, 2023
33 checks passed
@p-fernandez p-fernandez deleted the fix-get-subscriber-preference-circular branch August 2, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants