chore: release v0.20.21
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -74,7 +74,8 @@ router.get('/', async (req, res) => {
|
||||
}
|
||||
|
||||
const data = {
|
||||
city: currentJson.name,
|
||||
city: currentJson.name,
|
||||
units,
|
||||
current: {
|
||||
temp: Math.round(currentJson.main.temp),
|
||||
feels_like: Math.round(currentJson.main.feels_like),
|
||||
|
||||
Reference in New Issue
Block a user