From 9fd8cd994d51d5f63f7a4cd91eef659c955efa29 Mon Sep 17 00:00:00 2001 From: Anatoli Shmanai Date: Thu, 15 Aug 2024 16:53:25 +0300 Subject: [PATCH] t c --- WeatherPlus/Model/WeatherManager.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/WeatherPlus/Model/WeatherManager.swift b/WeatherPlus/Model/WeatherManager.swift index f200d9f..3cf1d04 100644 --- a/WeatherPlus/Model/WeatherManager.swift +++ b/WeatherPlus/Model/WeatherManager.swift @@ -14,8 +14,6 @@ protocol WeatherManagerDelegate { func didFailWithError(error: Error) } - - struct WeatherManager { let weatherURL = "https://api.openweathermap.org/data/2.5/onecall?exclude=minutely&appid=0aa5886e3a2c2ad1cb6debedc3c9e28d&lang=ru&units=metric"