lib/checkoff/task_searches.rb in checkoff-0.158.0 vs lib/checkoff/task_searches.rb in checkoff-0.159.0

- old
+ new

@@ -168,10 +168,10 @@ Kernel.loop do # Get the most recently created results, then iterate on until we're out of results # @type [Array<Asana::Resources::Task>] task_batch = raw_task_search(new_api_params, - workspace_gid: workspace_gid, extra_fields: extra_fields + ['created_appt'], + workspace_gid: workspace_gid, extra_fields: extra_fields + ['created_at'], fetch_all: false).to_a oldest = task_batch.to_a.last break if oldest.nil?