From 037f31a1e358442e27ac4a9fd0d7015c7f87f3d6 Mon Sep 17 00:00:00 2001 From: Anatoli Shmanai Date: Thu, 15 Aug 2024 17:05:03 +0300 Subject: [PATCH] jivnrv --- WeatherPlus/Model/WeatherManager.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/WeatherPlus/Model/WeatherManager.swift b/WeatherPlus/Model/WeatherManager.swift index f200d9f..4ac05c2 100644 --- a/WeatherPlus/Model/WeatherManager.swift +++ b/WeatherPlus/Model/WeatherManager.swift @@ -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)"