Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed Feb 17, 2025
1 parent 441c2fa commit a195674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const DAILY_EXECUTION: ProjectExecutionInfo = {
startDate: toRfc3339(
new ZonedDateTime(2000, 1, 1, TIME_ZONE, TIME_ZONE_WINTER_OFFSET, 7, 3).toDate(),
),
endDate: null,
timeZone: 'UTC',
maxDurationMinutes: 60,
parallelMode: 'ignore',
Expand Down

0 comments on commit a195674

Please sign in to comment.