From a170694a83da071adcc5eb5b6404f8f5660e4e56 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Sun, 12 Sep 2021 15:21:40 +0200 Subject: [PATCH] fix(util-frontend): improve formatting timezoneList Co-authored-by: Adam Stachowicz --- src/util-frontend.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util-frontend.ts b/src/util-frontend.ts index d1d915da6..83d1a3cfe 100644 --- a/src/util-frontend.ts +++ b/src/util-frontend.ts @@ -18,7 +18,6 @@ function getTimezoneOffset(timeZone) { } export function timezoneList() { - let result = []; for (let timezone of timezones) {