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 043f632 commit 1beb343Copy full SHA for 1beb343
schemaregistry/oauth/oauth-client.ts
@@ -48,6 +48,7 @@ export class OAuthClient {
48
try {
49
const token = await this.client.getToken(this.tokenParams);
50
this.token = token;
51
+ return;
52
} catch (error: any) {
53
if (isBoom(error) && i < this.maxRetries) {
54
const statusCode = error.output.statusCode;
0 commit comments