Skip to content

Conversation

hentrymartin
Copy link
Collaborator

@hentrymartin hentrymartin commented Sep 2, 2025

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1836

What's in this PR?

  • Made project optional

@hentrymartin hentrymartin changed the base branch from dev to master September 2, 2025 14:50
...data,
...data.data,
projectName: data.project.name,
projectName: data.project?.name,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The optional chaining operator (?.) is used here to safely access the name property of project. Consider handling the case where project might be undefined or null to avoid potential issues if projectName is expected to be a non-null value.

@hentrymartin hentrymartin changed the title ]Pm 1836 1 [Hot Fix]fix(PM-1836): Made project optional Sep 2, 2025
@jmgasper jmgasper merged commit a017b1d into master Sep 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants