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

remove external category properly #1215

Merged
merged 4 commits into from
Feb 27, 2025
Merged

remove external category properly #1215

merged 4 commits into from
Feb 27, 2025

Conversation

michalstruck
Copy link
Contributor

@michalstruck michalstruck commented Feb 26, 2025

PR Type

  • Regular Task
  • Bug Fix
  • QA Tests

Description

now compares category lowercase

also before returning checks whether all apps have a valid category

Checklist

  • I have self-reviewed this PR.
  • I have left comments in the code for clarity.
  • I have added necessary unit tests.
  • I have updated the documentation as needed.

@michalstruck michalstruck marked this pull request as ready for review February 26, 2025 21:25

if (!areAppCategoriesValid) {
return errorResponse({
statusCode: 500,
Copy link
Contributor

Choose a reason for hiding this comment

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

Make sure the proper alert is set up. If this throws it will not alert us currently

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@michalstruck michalstruck merged commit 3ac0107 into main Feb 27, 2025
12 checks passed
@michalstruck michalstruck deleted the remove-externals branch February 27, 2025 15:08
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