lib/checkoff/clients.rb in checkoff-0.33.1 vs lib/checkoff/clients.rb in checkoff-0.33.2
- old
+ new
@@ -25,10 +25,10 @@
end
def client
@client ||= @asana_client_class.new do |c|
c.authentication :access_token, @config.fetch(:personal_access_token)
- c.default_headers 'asana-enable' => 'new_project_templates,new_user_task_lists,new_memberships'
+ c.default_headers 'asana-enable' => 'new_project_templates,new_user_task_lists,new_memberships,new_goal_memberships'
end
end
private