9bc3dfea4f
`Todos::Destroy::EntityLeaveService#project_ids` was returning ActiveRecord objects with IDs, not simply IDs. That means we were serialising more than we needed to in Sidekiq. We can simply rename this method to `#projects` as this class doesn't use any of the superclass methods that would use `#project_ids`. |
||
---|---|---|
.. | ||
base_service.rb | ||
confidential_issue_service.rb | ||
entity_leave_service.rb | ||
group_private_service.rb | ||
private_features_service.rb | ||
project_private_service.rb |