Skip to content

Commit

Permalink
DeviceCheck: fix deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Sep 22, 2023
1 parent 4d6ab3f commit ed91425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct DeviceCheckRemoteService: DeviceCheckRemoteServiceProtocol {
accountNumber: String,
completion: @escaping (Result<Account, Error>) -> Void
) -> Cancellable {
accountsProxy.getAccountData(accountNumber: accountNumber, retryStrategy: .noRetry, completion: completion)
accountsProxy.getAccountData(accountNumber: accountNumber).execute(completionHandler: completion)
}

func getDevice(
Expand Down

0 comments on commit ed91425

Please sign in to comment.