Tidy up auto-modeling rate limit error message (#3361)
This commit is contained in:
@@ -223,7 +223,7 @@ export class AutoModeler {
|
|||||||
void showAndLogExceptionWithTelemetry(
|
void showAndLogExceptionWithTelemetry(
|
||||||
this.app.logger,
|
this.app.logger,
|
||||||
this.app.telemetry,
|
this.app.telemetry,
|
||||||
redactableError(e)`Rate limit hit, please try again soon.`,
|
redactableError`Rate limit hit, please try again soon.`,
|
||||||
);
|
);
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user