diff --git a/src/message/fetchActions.js b/src/message/fetchActions.js index 74948b45571..099d9c17e3a 100644 --- a/src/message/fetchActions.js +++ b/src/message/fetchActions.js @@ -336,8 +336,8 @@ export async function tryFetch(func: () => Promise): Promise { if (!(e instanceof Server5xxError || e instanceof NetworkError)) { throw e; } - await backoffMachine.wait(); } + await backoffMachine.wait(); } })(), config.requestLongTimeoutMs,