Skip to content

Commit

Permalink
fix: bulk messaging action crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunk committed May 29, 2024
1 parent 2a8f60c commit d7e8526
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ class BulkMessagingAction : AbstractAction() {
parameterTypes[0].dataBuilder {
set("a", userId) // userId
set("b", "DELETED_BY_MY_FRIENDS") // deleteSourceType
set("f", "")
}
)
} ?: throw Exception("Failed to create RemoveFriendDurableJob instance")
Expand Down

0 comments on commit d7e8526

Please sign in to comment.