-
Lucas Charles authored
Our previous comparison between finding records did not properly check the class type to ensure non-finding records are properly excluded. This can occur when multiple records are created within a transaction (such as `Vulnerabilities::CreateService` and a simple `Array#uniq` check is performed. https://gitlab.com/gitlab-org/gitlab/-/issues/332825 Changelog: fixed EE: true
356e004a