fix weather script

This commit is contained in:
Darren Schroeder 2023-12-14 07:02:30 -06:00 committed by GitHub
parent 2503468725
commit 6f1c0dfef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ def get_location_by_ip [locIdx: int, token: string] {
def show-error [msg label err] {
let span = (metadata $err).span;
error make {msg: $msg, label: {text: $label, span: $span } } }
error make {msg: $msg, label: {text: $label, span: $span } }
}
def get_weather_by_ip [locIdx: int, units: string, token: string] {