Skip to content

Avoid user lookup for missing user ids #1

@nulljoin

Description

@nulljoin

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions