Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Target test package f36f4793-39af-42d3-ae9d-c2b560f09786
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Oct 2, 2024
1 parent d6bd45f commit 4c223a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/services/ckan/v26/package_differ.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def diff_update(packages, datasets)

packages.select do |package|
dataset = dataset_info[package.get("id")]
puts "DGU- Select #{package.get("id")} - #{package_changed?(package, dataset)}"
if package.get("id") == "f36f4793-39af-42d3-ae9d-c2b560f09786"
puts "DGU- Select #{package.get("id")} - #{package_changed?(package, dataset)}"
end
dataset && package_changed?(package, dataset)
end
end
Expand Down

0 comments on commit 4c223a5

Please sign in to comment.