Skip to content

Commit

Permalink
Remove the raise error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkiessl committed Jul 17, 2024
1 parent 00ecd87 commit ba4d751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/metadata_listener/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class Job < ActiveJob::Base
# @param [String] api_token used to authenticate with endpoint
# @param [Array<Symbol>] reporting services to run, defaults to []
def perform(path:, endpoint: nil, api_token: nil, services: [])
raise 'error'
file = MetadataListener.s3_client.download_file(path)
services << :virus if services.empty?

Expand Down

0 comments on commit ba4d751

Please sign in to comment.