Dmytro Mikheiev
Results
1
comments of
Dmytro Mikheiev
The fix is very simple. Just replace the code lines mentioned in the description with: ``` List? historyNullable = await getPurchaseHistory(); var history = historyNullable ?? []; ``` and ```...