diff --git a/app/jobs/ensure_sponsorship_tito_discount_code_job.rb b/app/jobs/ensure_sponsorship_tito_discount_code_job.rb index 9b3792e..a02217e 100644 --- a/app/jobs/ensure_sponsorship_tito_discount_code_job.rb +++ b/app/jobs/ensure_sponsorship_tito_discount_code_job.rb @@ -58,7 +58,7 @@ def code_prefix def release_slugs { - 'attendee' => %w(sponsor sponsor-virtual-only), + 'attendee' => %w(sponsor), 'booth_staff' => %w(booth-staff), }.fetch(@kind) end