commit 2d12a04d141180c598a9a2856d6f667ace8f7672
parent 565abcf3f30acbabbd65e44eb81f31af5696a17f
Author: Demonstrandum <moi@knutsen.co>
Date: Sat, 19 Dec 2020 16:44:31 +0000
Missing comma 🥴.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/weather.ts b/lib/commands/weather.ts
@@ -97,7 +97,7 @@ export default async (home_scope: HomeScope) => {
{ timeZone: tz,
timeZoneName: 'short',
hour: 'numeric',
- minute: 'numeric'
+ minute: 'numeric',
year: 'numeric',
month: 'numeric',
day: 'numeric',