Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 30, 2024
1 parent 2e462fd commit 46c4ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ScheduleOptions extends GlobalOptions {

/// The timezone that the schedule executes in.
///
/// timeZone?: timezone | Expression<string> | ResetValue
/// timeZone?: `timezone` | `Expression<string>` | `ResetValue`
final String? timeZone;

ScheduleOptions({
Expand Down

0 comments on commit 46c4ae8

Please sign in to comment.