Remove custom_field usage from app/services/team_exporter.rb

This commit is contained in:
Luka Murn 2019-08-23 16:04:52 +02:00
parent 68e3fed14c
commit b3eb80f7cf

View file

@ -51,7 +51,6 @@ module ModelExporters
.includes(:user_notifications)
.where('user_notifications.user_id': team.users)
.map { |n| notification(n) },
custom_fields: team.custom_fields,
repositories: team.repositories.map { |r| repository(r) },
tiny_mce_assets: team.tiny_mce_assets,
protocols: team.protocols.where(my_module: nil).map do |pr|