aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-11 23:46:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-11 23:54:46 +0200
commit70b5cbc0bb46894e0fb4481897b4dd9b6ffcad38 (patch)
treec26f5719c555c8818e312fcaa8005adeadd1f7e3 /static
parentUpdate today-button to not depend on initial content. (diff)
downloadcalp-70b5cbc0bb46894e0fb4481897b4dd9b6ffcad38.tar.gz
calp-70b5cbc0bb46894e0fb4481897b4dd9b6ffcad38.tar.xz
Add number of TODO's.
Diffstat (limited to 'static')
-rw-r--r--static/clock.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/clock.ts b/static/clock.ts
index 3a5b0077..bbd15de0 100644
--- a/static/clock.ts
+++ b/static/clock.ts
@@ -99,7 +99,7 @@ class ClockElement extends HTMLElement {
return ['timer_id']
}
- update(now: Date) { /* noop */ }
+ update(_: Date) { /* noop */ }
}