You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation
While working through the `Resource`(`Tracker`) code I noticed we map
`SendMessageRequest` to this struct but it wasn't used anywhere.
## Proposal
Remove unused struct. It seems like what we use instead is
`SendMessageRequest<Vec<u8>>`.
## Test Plan
N/A
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
0 commit comments