Skip to content

Use find_by instead of where + first

Arturo Herrero requested to merge service-template-find-by into master

What does this MR do?

Small merge request replacing where(...).first with find_by.

Merge request reports