summaryrefslogtreecommitdiff
path: root/src/operations/refresh.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/refresh.ts')
-rw-r--r--src/operations/refresh.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/operations/refresh.ts b/src/operations/refresh.ts
index c04b79278..f196fc5e1 100644
--- a/src/operations/refresh.ts
+++ b/src/operations/refresh.ts
@@ -145,7 +145,6 @@ async function refreshCreateSession(
return;
}
rg.finishedPerCoin[coinIndex] = true;
- rg.finishedPerCoin[coinIndex] = true;
let allDone = true;
for (const f of rg.finishedPerCoin) {
if (!f) {