Trying to restore an account but not finishing up the process yields redis:nil error upon refresh
1 unresolved thread
Compare changes
@@ -1742,7 +1742,9 @@ const connection = Penpal.connectToParent({
@@ -1906,12 +1908,7 @@ const connection = Penpal.connectToParent({
Are you sure this should be executeResult and not executeResult1? Also consider proper naming, may be something like 'setIdentityResult' or similar.
Other than that I'm ok with the change.
changed this line in version 2 of the diff
Yep. I checked, it should be exactly executeResult. result renamed to setIdentityResult
What I meant is just to rename 'executeResult1' to something more meaningful, because numbers in variable names is a very bad practice, but I see that this is not written by you.