Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: window tz is nullable

+2 -1
+2 -1
apps/sower_client/lib/sower_client/orchestration/subscription/window.ex
··· 27 27 tz: %Schema{ 28 28 type: :string, 29 29 description: "IANA timezone for window evaluation", 30 - example: "America/New_York" 30 + example: "America/New_York", 31 + nullable: true 31 32 } 32 33 }, 33 34 required: [:days, :time_start, :time_end]