This repository was archived by the owner on Aug 4, 2026. It is now read-only.
Commit 3a83e58
fix(ios): remove optional from RequestPurchaseResult default value
The Promise<RequestPurchaseResult> return type requires a non-optional
value, but defaultResult was typed as RequestPurchaseResult? causing
a type mismatch in the Promise.async closure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent db962ba commit 3a83e58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments