🚨 Change var to let to silence warning

This commit is contained in:
Ben Chatelain 2018-08-10 20:31:25 -06:00
parent d156e737d8
commit 56fd95fcd3

View file

@ -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)