Skip to content

Commit

Permalink
Add low_profile to shots
Browse files Browse the repository at this point in the history
  • Loading branch information
Calyhre committed Nov 17, 2016
1 parent b0bb2ab commit dd1b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dribbble/shot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def self.all(token, attrs = {})
end

def self.available_fields
%i(title image description tags team_id rebound_source_id)
%i(title image description tags team_id rebound_source_id low_profile)
end

def self.after_create(res)
Expand Down

0 comments on commit dd1b839

Please sign in to comment.