Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: correctly check for nil before cast
As part of the fix of #99104, a cast without a nil check was introduced. This PR addresses that by only casting if it is known to be not nil. Epic: none Fixes: #100275 Release note: None
- Loading branch information