Tidy up auto-modeling rate limit error message (#3361)

This commit is contained in:
Charis Kyriakou
2024-02-15 08:28:50 +00:00
committed by GitHub
parent 0f4a7788a7
commit 574ba177cd

View File

@@ -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 {