Skip to content

Commit

Permalink
Update lib/hackerone/client/asset.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Zhade <[email protected]>
  • Loading branch information
jeffgran-dox and rzhade3 authored Aug 9, 2024
1 parent 25dbdec commit 5f7ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hackerone/client/asset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def update(attributes:)
end

def programs
relationships.programs[:data].map{ |p| Program.new(p) }
relationships.programs[:data].map { |p| Program.new(p) }
end

private
Expand Down

0 comments on commit 5f7ac10

Please sign in to comment.