]> cat aescling's git repositories - mastodon.git/commit
Fix #16603 (#16605)
authorHolger <holgerhuo@outlook.com>
Fri, 20 Aug 2021 06:39:37 +0000 (14:39 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 06:39:37 +0000 (07:39 +0100)
commit0cae6c07bb64b86bb1ac7188c11ddf182021aa5b
tree287ab3b9e8e212a22284eba1f2e93080f2abc658
parentce8f41e56095efe4381a8bd7436f50ef55109321
Fix #16603 (#16605)

Fix issue #16603 undefined method `serialize_payload' for Unsuspend Account Service error.
It seems that this service forgot to `include Payloadable` so that `serialize_payload` could not be found in this service.
app/services/unsuspend_account_service.rb