Summary
Avoids calling the user lookup service when UserIdToNamePipe receives an empty or missing user id.
Changes
- Adds an early return for missing user ids
- Prevents unnecessary API calls
- Keeps the pipe behavior safe for invalid input
Why
The pipe should not call userService.getUser() when there is no valid id to look up.
Closes #ISSUE_NUMBER
Summary
Avoids calling the user lookup service when
UserIdToNamePipereceives an empty or missing user id.Changes
Why
The pipe should not call
userService.getUser()when there is no valid id to look up.Closes #ISSUE_NUMBER