Skip to content

Commit

Permalink
Remove purge_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Sep 15, 2023
1 parent 2445134 commit 3d8bed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/valkyrie/storage/versioned_disk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def find_by(id:)

# Delete the file on disk associated with the given identifier.
# @param id [Valkyrie::ID]
def delete(id:, purge_versions: false)
def delete(id:)
id = version_id(id).resolve_current
if id.current?
id.version_files.each do |version_id|
Expand Down

0 comments on commit 3d8bed7

Please sign in to comment.