Fix Vulnerability ES sync issue in Vulnerabilities::Removal::RemoveFromProjectService
By the time we call sync_elasticsearch method in Vulnerabilities::Removal::RemoveFromProjectService,
the vulnerabilities have already been deleted. So when we try to sync with elasticsearch we end up passing an empty array to the BulkEsOperationService.
Need to fix this so that deleted vulnerabilities are also synced to ES.