Asana / ruby-asana

Official Ruby client library for the Asana API v1
MIT License
77 stars 54 forks source link

Incorrect id being used in find_by_id in section.rb #148

Open nratter opened 1 year ago

nratter commented 1 year ago

https://github.com/Asana/ruby-asana/blob/master/lib/asana/resources/section.rb#L56

Shouldn't this use id from the method parameters instead of gid?