From 1e860bb44cbb9ac607a2fe0b1c0ef0039478d0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 16 Oct 2022 02:20:50 +0200 Subject: Fix wrongly ordered TODO's. --- static/vevent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/vevent.ts b/static/vevent.ts index 2bd4d3e0..f3606f70 100644 --- a/static/vevent.ts +++ b/static/vevent.ts @@ -37,7 +37,7 @@ class VEventValue { let v = this.value; switch (this.type) { case 'binary': - /* TOOD */ + /* TODO */ value = 'BINARY DATA GOES HERE'; break; case 'date-time': -- cgit v1.2.3