Skip to content

Commit

Permalink
Update GroupNotificationProcessor.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice authored Mar 21, 2024
1 parent f95b208 commit 852a888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ internal class GroupNotificationProcessor(
return if (this == bot.id.toString()) {
bot
} else {
this.findMember()?: this.findFriendOrStranger()
this.findMember() ?: this.findFriendOrStranger()
}
}

Expand Down

0 comments on commit 852a888

Please sign in to comment.