Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sign): Prevent runtime error on failed sign tx
When a user has 2FA enabled and gets rate limited by Twilio the sign request fails with no successful transactions, making `successHashes` `undefined`. This PR defaults `successHashes` to an empty array to prevent some of the down stream logic which assume it exists from failing.
- Loading branch information