Retire dormant prompt compatibility APIs
This commit is contained in:
@@ -6,7 +6,7 @@ type Tomorrow struct {
|
||||
PrecipitationTiming string `json:"precipitation_timing"`
|
||||
}
|
||||
|
||||
func ValidateTomorrow(data []byte) (Tomorrow, []byte, error) {
|
||||
func ValidateTomorrow(data []byte) (Tomorrow, error) {
|
||||
return validateDayStyleGeneratedText[Tomorrow, *Tomorrow](data, "tomorrow")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user