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