mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
🚨 Change var to let to silence warning
This commit is contained in:
parent
d156e737d8
commit
56fd95fcd3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ extension ISStoreAccount {
|
|||
guard let username = username, let password = password else { fatalError() }
|
||||
|
||||
var account: ISStoreAccount? = nil
|
||||
var error: MASError? = nil
|
||||
let error: MASError? = nil
|
||||
|
||||
let accountService: ISAccountService = ISServiceProxy.genericShared().accountService
|
||||
let client = ISStoreClient(storeClientType: 0)
|
||||
|
|
Loading…
Reference in a new issue