Skip to content

Fix undefined method error

Vasilii Iakliushin requested to merge 386794_fix_undefined_method_error into master

What does this MR do and why?

Contributes to #386794 (closed)

Problem

Commit can have a committer_email equal to nil. That raises a 500 error.

Solution

Filter out committer emails with nils.

MR acceptance checklist

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

Merge request reports