Format with prettier. Use screen mode for invitation import - dialog mode is broken.
This commit is contained in:
@@ -71,7 +71,7 @@ export class ExponentialBackoff {
|
||||
fn: () => Promise<T>,
|
||||
onError = (_error: Error) => {},
|
||||
): Promise<T> {
|
||||
let lastError: Error = new Error('Exponential backoff: Max retries hit');
|
||||
let lastError: Error = new Error("Exponential backoff: Max retries hit");
|
||||
|
||||
let attempt = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user