mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Clear unused variable warning
This commit is contained in:
parent
c0f1e60c71
commit
24c17878b8
@ -261,7 +261,7 @@ public extension AuthenticationServiceProvider {
|
||||
lastFetchOfAllAccounts = Date.now
|
||||
|
||||
for authentication in authentications {
|
||||
guard let account = try? await APIService.shared.accountInfo(MastodonAuthenticationBox(authentication: authentication)) else { continue }
|
||||
guard let _ = try? await APIService.shared.accountInfo(MastodonAuthenticationBox(authentication: authentication)) else { continue }
|
||||
}
|
||||
|
||||
NotificationCenter.default.post(name: .userFetched, object: nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user