You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
**Fixes or implements VF-XXX**
### Brief description. What is this change?
I found that sometimes `req.id` was undefined, which caused this to throw. Added an optional chaining operator.
Also added a `try/catch` as a _real_ safety net.
Co-authored-by: Tyler Stewart <[email protected]>
0 commit comments