summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util/timer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/util/timer.ts')
-rw-r--r--packages/taler-wallet-core/src/util/timer.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/util/timer.ts b/packages/taler-wallet-core/src/util/timer.ts
index d652fdcda..75fb5c9c0 100644
--- a/packages/taler-wallet-core/src/util/timer.ts
+++ b/packages/taler-wallet-core/src/util/timer.ts
@@ -121,7 +121,7 @@ const nullTimerHandle = {
unref() {
// do nothing
return;
- }
+ },
};
/**
@@ -173,7 +173,7 @@ export class TimerGroup {
},
unref() {
h.unref();
- }
+ },
};
}
@@ -195,7 +195,7 @@ export class TimerGroup {
},
unref() {
h.unref();
- }
+ },
};
}
}