Skip to content

Commit

Permalink
Remove intentional issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jun 3, 2024
1 parent dfbd2d7 commit 2f5cb15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MessageNotSyncedException extends RuntimeException {
}

MessageNotSyncedException(DesiredMessageContent expected, MessageData actual, String action) {
this(actual.channelId().asLong(), actual.id().asLong(), expected.content().size(), actual.content(), action)
this(actual.channelId().asLong(), actual.id().asLong(), expected.content(), actual.content(), action)
}


Expand Down

0 comments on commit 2f5cb15

Please sign in to comment.