Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 510ed44

Browse files
committed
Fix OS X
1 parent cabb6ef commit 510ed44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/StoreKitCompanion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ extension StoreKitCompanion: SKRequestDelegate, SKProductsRequestDelegate {
434434
return
435435
}
436436
#if os(OSX)
437-
guard let products = products = response.products else {
437+
guard let products = response.products else {
438438
return
439439
}
440440
#else

0 commit comments

Comments
 (0)