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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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