()
| 120 | }), |
| 121 | // A failed prior send must not block subsequent sends — swallow the |
| 122 | // rejection on the chain; the original caller already received it. |
| 123 | () => |
| 124 | this.httpRequest('/v1/messages', { |
| 125 | method: 'POST', |
| 126 | body, |
| 127 | schema: createMessageResponseSchema, |
| 128 | deadlineMs: SEND_DEADLINE_MS, |
| 129 | }) |
no test coverage detected