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