Skip to content

Commit

Permalink
Merge pull request #121 from weex/holgerhuo-1
Browse files Browse the repository at this point in the history
UpstreamPR16605 service forgot to include Payloadable
  • Loading branch information
weex authored Aug 14, 2021
2 parents 42bcdc1 + b46dccc commit afde2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/unsuspend_account_service.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

class UnsuspendAccountService < BaseService
include Payloadable
def call(account)
@account = account

Expand Down

0 comments on commit afde2f2

Please sign in to comment.