Skip to content

Commit

Permalink
Remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Sep 8, 2024
1 parent 0fd0284 commit b393dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/jobs/catalog_metadata_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class CatalogMetadataJob < ApplicationJob
queue_as :default

def perform(data, is_item)
throw 'Moo'
local_data = { data:, is_item:, admin_rocrate: true }

rocrate = Api::V1::OniController.render :object_meta, assigns: local_data
Expand Down

0 comments on commit b393dcb

Please sign in to comment.