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(orchestrator): typo in FilterBuilder error message #315

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

gciavarrini
Copy link
Contributor

Hey, I just made a Pull Request!

Fix a typo in FilterBuilder error message

Fixes FLPATH-2037

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or Updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)

@gciavarrini gciavarrini removed the request for review from batzionb January 23, 2025 09:29
@rhdh-gh-app
Copy link

rhdh-gh-app bot commented Jan 23, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
@red-hat-developer-hub/backstage-plugin-orchestrator-backend workspaces/orchestrator/plugins/orchestrator-backend patch v5.1.1

Signed-off-by: Gloria Ciavarrini <[email protected]>
@@ -112,7 +113,7 @@ export function buildFilterCondition(
}

if (!isOperatorSupported(filters.operator)) {
throw new Error(`Unsopported operator ${filters.operator}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Trying to pronounce that :-)

@mareklibra mareklibra merged commit 10f17e3 into redhat-developer:main Jan 23, 2025
9 checks passed
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