From 7f8aa51c783dde1fd7c9be3fc9007964a3d419e3 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Thu, 16 May 2024 18:25:15 +0200 Subject: [PATCH] Update Model/Applications/VideosAPI.swift --- Model/Applications/VideosAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Applications/VideosAPI.swift b/Model/Applications/VideosAPI.swift index 32c3d098..e4856b47 100644 --- a/Model/Applications/VideosAPI.swift +++ b/Model/Applications/VideosAPI.swift @@ -117,7 +117,7 @@ extension VideosAPI { urlComponents = instanceComponents } - guard var urlComponents: URLComponents = urlComponents else { + guard var urlComponents else { return nil }