Skip to content

Check if project is not null before processing

Savas Vedova requested to merge 412877-fix-type-error into master

What does this MR do and why?

Check if the project is not null before processing.

In cases where the project is returned null by GraphQL, the start function throws an error. This MR fixes that.

Screenshots or screen recordings

No screenshot available.

How to set up and validate locally

TBA

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #412877 (closed)

Merge request reports