Skip to content

Commit

Permalink
Use compact instead of compact_blank
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Sep 30, 2022
1 parent e9bcb60 commit cba9e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_store_connect/object/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def to_h
type: type
}
props[:id] = @id if id?
props.compact_blank
props.compact
end
end

Expand Down

0 comments on commit cba9e69

Please sign in to comment.