Skip to content

Commit

Permalink
Merge pull request #1571 from younginnovations/1570-remove-dataset_pu…
Browse files Browse the repository at this point in the history
…rge-and-use-package_delete

Review: 1570-remove-dataset_purge-and-use-package_delete
  • Loading branch information
Sanilblank authored Sep 24, 2024
2 parents d765933 + 7151f5a commit 65b3fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/IATI/API/CkanClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public function package_delete($package_id)

return $this->make_request(
'POST',
'action/dataset_purge',
'action/package_delete',
$data
);
}
Expand Down

0 comments on commit 65b3fe5

Please sign in to comment.