diff --git a/app/services/subject_access_request.rb b/app/services/subject_access_request.rb index 2ef330771..b39d2c7df 100644 --- a/app/services/subject_access_request.rb +++ b/app/services/subject_access_request.rb @@ -91,7 +91,7 @@ def serialize_event(event) end def serialize_location(location) - LocationSerializer.new(location).serializable_hash + LocationSerializer.new(location).serializable_hash.except(:disabled_at, :can_upload_documents, :extradition_capable) end def serialize_ptr(ptr)