Made forecast-period conditionCode optional

This commit is contained in:
2026-05-28 07:46:57 -05:00
parent 6ea27cb2c5
commit 626df6bfc1
9 changed files with 111 additions and 60 deletions

View File

@@ -10,7 +10,9 @@ Periods: {{len .Data.Periods}}
{{- if $period.Name}}
Name: {{$period.Name}}
{{- end}}
{{- if $period.ConditionCode}}
Condition Code: {{$period.ConditionCode}}
{{- end}}
{{- if $period.TextDescription}}
Summary: {{$period.TextDescription}}
{{- end}}