Skip to content

Commit

Permalink
fix silly error
Browse files Browse the repository at this point in the history
  • Loading branch information
singer233 committed Mar 31, 2024
1 parent 8aaf433 commit c41451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/gatekeeper/verify_handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func VerifyMember(message *tgbotapi.Message) {
}
val := fmt.Sprintf("%d%d", chatId, userId)
//utils.RedisAddSet("verify", val)
verifySet.add(chatId, userId)
verifySet.add(userId, chatId)
go verify(val, chatId, userId, photo.MessageID, messageId)
}
}
Expand Down

0 comments on commit c41451e

Please sign in to comment.