BathHacked/energy-sparks

View on GitHub
app/jobs/dcc_grant_trusted_consents_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DccGrantTrustedConsentsJob < ApplicationJob
  queue_as :default

  def perform(meters)
    Meters::DccGrantTrustedConsents.new(meters).perform
  end
end