Fix typo in Mailbluster delete lead job

This commit is contained in:
CactusPuppy 2021-03-25 18:57:58 -07:00
parent 43911c4a38
commit b980c88085
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -1,4 +1,4 @@
class MailblusterDeleteLeadJobJob < ApplicationJob
class MailblusterDeleteLeadJob < ApplicationJob
queue_as :default
def perform(user)