We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783bea1 commit b8ba0b3Copy full SHA for b8ba0b3
packages/client/src/client.ts
@@ -168,9 +168,6 @@ export class DefaultDelegatedRoutingV1HttpApiClient implements DelegatedRoutingV
168
} else {
169
throw new BadResponseError(`Unsupported Content-Type: ${contentType}`)
170
}
171
- } catch (err) {
172
- log.error('getProviders errored:', err)
173
- throw err
174
} finally {
175
signal.clear()
176
onFinish.resolve()
0 commit comments