When saving GD_inviteCode it seems we sometimes pass undefined.
Lets make sure we are not incorrectly fetching the invite code and just saving undefined when it simply doesnt exists
Error: [AsyncStorage] Passing null/undefined as value is not supported. If you want to remove value, Use .removeItem method instead.
Passed value: undefined
Passed key: GD_inviteCode
at <global> (src/lib/utils/asyncStorage.js:70:27)
...
(5 additional frame(s) were not displayed)
When saving GD_inviteCode it seems we sometimes pass undefined. Lets make sure we are not incorrectly fetching the invite code and just saving undefined when it simply doesnt exists
Sentry Issue: GOODDAPP-PFHW