Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 31, 2024
1 parent 900e3ee commit ec4b26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-agent/src/http/tabbyApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class TabbyApiClient extends EventEmitter {
} else if (isRateLimitedError(error)) {
this.logger.debug(`Completion request failed due to rate limiting. [${requestId}]`);
statsData.notAvailable = true;
this.updateIsRateLimited(true)
this.updateIsRateLimited(true);
} else {
this.logger.error(`Completion request failed. [${requestId}]`, error);
statsData.notAvailable = true;
Expand Down

0 comments on commit ec4b26c

Please sign in to comment.