1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

fix undefined warnings on lockscreen

This commit is contained in:
bbedward
2025-08-13 20:19:12 -04:00
parent d8ae92932c
commit c3cccda37e
2 changed files with 5 additions and 6 deletions

View File

@@ -100,7 +100,6 @@ Singleton {
const location = SettingsData.weatherCoordinates || "40.7128,-74.0060"
const url = `wttr.in/${encodeURIComponent(location)}?format=j1`
console.log("Using manual location:", location, "URL:", url)
return url
}