Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Invert boolean return in GetAcknowledgementsRequest (#37014)
* fix: Invert boolean return in GetAcknowledgementsRequest The GetAcknowledgementsRequest was returning an incorrect boolean value, causing unexpected behavior. This change inverts the return value to fix the logical error. Testing: - Issue identified during test plan script development - Test plan changes will be referenced in a separate change
- Loading branch information