1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30

Disable PeerTube

This commit is contained in:
Arkadiusz Fal 2022-12-13 13:14:39 +01:00
parent 93c9298c07
commit e3b1e19645

View File

@ -69,10 +69,6 @@ final class AccountValidator: Service {
func validateInstance() {
reset()
app.wrappedValue = .peerTube
setValidationResult(true)
return
guard let app = appsToValidateInstance.popLast() else { return }
tryValidatingUsing(app)
}