gitcoinco/code_fund_ads

View on GitHub
app/jobs/sync_to_zapier_job.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method perform has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def perform
    return unless ENV["PIPEDRIVE_SYNC_HOOK_URL"].present?

    body = Campaign.premium.active.includes(:user, :organization).map { |campaign|
      {
Severity: Minor
Found in app/jobs/sync_to_zapier_job.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status