Skip to content

Commit

Permalink
Fix error in bus.worldTime.currentTime.
Browse files Browse the repository at this point in the history
Cause: outdated return schema
  • Loading branch information
KLarpen committed Dec 15, 2023
1 parent 2435b8e commit 6477fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/bus/worldTime/currentTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6477fde

Please sign in to comment.