Skip to content

fix(alerts): Ensure project_id is an int in OrganizationEventsAnomaliesEndpoint#107467

Merged
kcons merged 1 commit intomasterfrom
kcons/fixst
Feb 3, 2026
Merged

fix(alerts): Ensure project_id is an int in OrganizationEventsAnomaliesEndpoint#107467
kcons merged 1 commit intomasterfrom
kcons/fixst

Conversation

@kcons
Copy link
Member

@kcons kcons commented Feb 3, 2026

Whether the project ID comes to us as a string (as it does in some of our UI) or as an int, we want to make sure it is an int before it is passed to get_projects so the internal set operations work properly.

@kcons kcons requested a review from a team as a code owner February 3, 2026 01:14
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 3, 2026
@kcons
Copy link
Member Author

kcons commented Feb 3, 2026

I'll move that helper somewhere less workflow_engine-ey soon.

@kcons kcons enabled auto-merge (squash) February 3, 2026 01:18
@kcons kcons merged commit 2eb9ebe into master Feb 3, 2026
73 checks passed
@kcons kcons deleted the kcons/fixst branch February 3, 2026 01:37
shellmayr pushed a commit that referenced this pull request Feb 4, 2026
…esEndpoint (#107467)

Whether the project ID comes to us as a string (as it does in some of
our UI) or as an int, we want to make sure it is an int before it is
passed to get_projects so the internal set operations work properly.
jaydgoss pushed a commit that referenced this pull request Feb 12, 2026
…esEndpoint (#107467)

Whether the project ID comes to us as a string (as it does in some of
our UI) or as an int, we want to make sure it is an int before it is
passed to get_projects so the internal set operations work properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants