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: remove extra.app.settings key in item #623

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

spaenleh
Copy link
Member

@spaenleh spaenleh commented Aug 19, 2024

In this PR I removed the unused item.extra.app.settings property.

This property was unused and we did not need it. It was typed as unknown which made some castings necessary in the backend.

If we want to keep it, we should instead opt for a generic type that extends the empty object.

Copy link

@spaenleh spaenleh self-assigned this Aug 19, 2024
@spaenleh spaenleh requested review from Defferrard and ReidyT August 21, 2024 08:27
Copy link
Contributor

@Defferrard Defferrard left a comment

Choose a reason for hiding this comment

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

LGTM ! 🔥

@spaenleh spaenleh added this pull request to the merge queue Aug 21, 2024
Merged via the queue into main with commit b4de950 Aug 21, 2024
3 checks passed
@spaenleh spaenleh deleted the 622-remove-app-extra-settings-key branch August 21, 2024 13:00
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.

2 participants