Skip to content

Commit

Permalink
MAP-1987 - Remove some fields from SAR Locations export
Browse files Browse the repository at this point in the history
  • Loading branch information
Thource committed Dec 23, 2024
1 parent 266d6b4 commit 722ce6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/subject_access_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 722ce6c

Please sign in to comment.