746635979b7ad48f3b125315589e1e61f173dfa2
_allEnvelopes is never null after assignment
Modified the assignment of `_allEnvelopes` to use the result of `EnvelopeService.GetAsync()` or an empty list (`[]`) if the result is null. This change prevents potential null reference issues when `_allEnvelopes` is used later in the code.
Description
No description provided
Languages
JavaScript
82.6%
C#
8.4%
HTML
4.5%
Visual Basic .NET
2.6%
CSS
1.4%
Other
0.4%