From 6477fde2a90e744cbc07d23ebcde9a68aaffab29 Mon Sep 17 00:00:00 2001 From: Vladyslav Karpenko Date: Fri, 15 Dec 2023 22:53:42 +0200 Subject: [PATCH] Fix error in bus.worldTime.currentTime. Cause: outdated return schema --- application/bus/worldTime/currentTime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/bus/worldTime/currentTime.js b/application/bus/worldTime/currentTime.js index abe5a945..77a8e6cb 100644 --- a/application/bus/worldTime/currentTime.js +++ b/application/bus/worldTime/currentTime.js @@ -16,9 +16,9 @@ day_of_week: 'number', day_of_year: 'number', dst: 'boolean', - dst_from: 'string', + dst_from: '?string', dst_offset: 'number', - dst_until: 'string', + dst_until: '?string', raw_offset: 'number', timezone: 'string', unixtime: 'number',