lib/checkoff/clients.rb in checkoff-0.16.0 vs lib/checkoff/clients.rb in checkoff-0.16.1
- 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'
+ c.default_headers 'asana-enable' => 'new_project_templates,new_user_task_lists'
end
end
private