Skip to content

Commit

Permalink
jivnrv
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Shmanai committed Aug 15, 2024
1 parent a644272 commit 037f31a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WeatherPlus/Model/WeatherManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ struct WeatherManager {
let weatherURL = "https://api.openweathermap.org/data/2.5/onecall?exclude=minutely&appid=0aa5886e3a2c2ad1cb6debedc3c9e28d&lang=ru&units=metric"

var delegate: WeatherManagerDelegate?



func fetchWeather(latitude: CLLocationDegrees, longitude: CLLocationDegrees) {
let urlString = weatherURL + "&lat=\(latitude)&lon=\(longitude)"
Expand Down

0 comments on commit 037f31a

Please sign in to comment.