Skip to content

Commit b8ba0b3

Browse files
committed
chore: remove catch block in findProviders
1 parent 783bea1 commit b8ba0b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/client/src/client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ export class DefaultDelegatedRoutingV1HttpApiClient implements DelegatedRoutingV
168168
} else {
169169
throw new BadResponseError(`Unsupported Content-Type: ${contentType}`)
170170
}
171-
} catch (err) {
172-
log.error('getProviders errored:', err)
173-
throw err
174171
} finally {
175172
signal.clear()
176173
onFinish.resolve()

0 commit comments

Comments
 (0)