Skip to content

Commit

Permalink
Correct white space
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Jun 26, 2024
1 parent 2401f13 commit 040569d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ export class IUSequence extends IUEntity {
zone.icon = z.icon;
zone.enabled = z.enabled;
zone.suspended = z.suspended ? new Date(z.suspended) : null;
zone.adjustment = z.adjustment;
if (z.start) {
zone.adjustment = z.adjustment;
if (z.start) {
zone.start = new Date(z.start);
zone._duration = hms_to_secs(z.duration);
} else {
Expand Down

0 comments on commit 040569d

Please sign in to comment.