Skip to content

Commit

Permalink
fix weather check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasliu-agora committed Oct 21, 2024
1 parent bdf183d commit 9cac4d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"properties": {
"location": {
"type": "string",
"description": "The city and state e.g. San Francisco, CA"
"description": "The city and state (use only English) e.g. San Francisco, CA"
}
},
"required": ["location"],
Expand All @@ -54,7 +54,7 @@
"properties": {
"location": {
"type": "string",
"description": "The city and state e.g. San Francisco, CA"
"description": "The city and state (use only English) e.g. San Francisco, CA"
},
"datetime": {
"type": "string",
Expand All @@ -72,7 +72,7 @@
"properties": {
"location": {
"type": "string",
"description": "The city and state e.g. San Francisco, CA"
"description": "The city and state (use only English) e.g. San Francisco, CA"
}
},
"required": ["location"],
Expand Down

0 comments on commit 9cac4d7

Please sign in to comment.