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 }