Skip to content

Conversation

Budalebah
Copy link
Contributor

This PR fixes a logical error in the conditional checks for response status codes. The code was incorrectly using the bitwise OR (|) operator instead of the logical OR (or) operator, which could cause incorrect behavior during status code evaluation.

This PR fixes a logical error in the conditional checks for response status codes. The code was incorrectly using the bitwise OR (|) operator instead of the logical OR (or) operator, which could cause incorrect behavior during status code evaluation.
@Budalebah Budalebah requested a review from a team as a code owner September 17, 2024 14:00
Copy link
Member

@cheziyi cheziyi left a comment

Choose a reason for hiding this comment

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

LGTM:)

@cheziyi cheziyi merged commit a3cb298 into synnax-ai:master Sep 17, 2024
2 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