Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Feb 26, 2017
1 parent 4dfa41a commit 0842eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyStoreKit/PaymentQueueController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class PaymentQueueController: NSObject, SKPaymentTransactionObserver {
}

func completeTransactions(_ completeTransactions: CompleteTransactions) {

guard completeTransactionsController.completeTransactions == nil else {
print("SwiftyStoreKit.completeTransactions() should only be called once when the app launches. Ignoring this call")
return
Expand Down

0 comments on commit 0842eb7

Please sign in to comment.