diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-07 12:33:06 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-07 12:33:06 -0700 |
| commit | 65145e6be87df7b0440fb98c11abc23a2b3c49ed (patch) | |
| tree | 026e5260bf03be83d38d454028023316a555a1ea /app/jobs | |
| parent | 2bbe4091b513ab40b0540a1315c8946ade21b476 (diff) | |
use a single topic exchange instead of multiple fanout exchanges.
Diffstat (limited to 'app/jobs')
| -rw-r--r-- | app/jobs/fingerprint_lookup_job.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/jobs/fingerprint_lookup_job.rb b/app/jobs/fingerprint_lookup_job.rb index 25a17f6..849d9cb 100644 --- a/app/jobs/fingerprint_lookup_job.rb +++ b/app/jobs/fingerprint_lookup_job.rb @@ -9,7 +9,6 @@ class FingerprintLookupJob < ActiveJob::Base apiKey: ENV.fetch("VIRUS_TOTAL_API_KEY"), }) report = JSON.parse(response.response_body) - puts report.inspect disposition = Disposition.find_by(fingerprint: fingerprint) disposition.file_reports.create!(data: report) end |
