Update Model/Applications/VideosAPI.swift

This commit is contained in:
Arkadiusz Fal
2024-05-16 18:25:15 +02:00
committed by GitHub
parent 4038f7fdb9
commit 7f8aa51c78

View File

@@ -117,7 +117,7 @@ extension VideosAPI {
urlComponents = instanceComponents
}
guard var urlComponents: URLComponents = urlComponents else {
guard var urlComponents else {
return nil
}