Skip to content

Commit 8103c00

Browse files
authored
fix(client): Add missing field in schedules (#960)
1 parent d604666 commit 8103c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/schedule-helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ export function decodeScheduleSpec(
320320
startAt: optionalTsToDate(pb.startTime),
321321
endAt: optionalTsToDate(pb.endTime),
322322
jitter: optionalTsToMs(pb.jitter),
323+
timezone: pb.timezoneName ?? undefined,
323324
};
324325
}
325326

0 commit comments

Comments
 (0)