lib/checkoff/clients.rb in checkoff-0.15.2 vs lib/checkoff/clients.rb in checkoff-0.16.0
- old
+ new
@@ -25,11 +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' => 'string_ids,new_sections'
- c.default_headers 'asana-disable' => 'new_user_task_lists'
+ c.default_headers 'asana-enable' => 'new_project_templates'
end
end
private