Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
blancoj committed Mar 25, 2022
1 parent 6ecfeb0 commit c080890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hyrax/transactions/steps/save_collection_banner.rb
Expand Up @@ -21,7 +21,7 @@ class SaveCollectionBanner
def call(collection_resource, update_banner_file_ids: nil, banner_unchanged_indicator: true)
return Success(collection_resource) if ActiveModel::Type::Boolean.new.cast(banner_unchanged_indicator)
collection_id = collection_resource.id.to_s
process_banner_input(collection_id: collection_id, banner_unchanged_indicator: banner_unchanged_indicator, update_banner_file_ids: update_banner_file_ids)
process_banner_input(collection_id: collection_id, update_banner_file_ids: update_banner_file_ids)
Success(collection_resource)
end

Expand Down

0 comments on commit c080890

Please sign in to comment.