This commit is contained in:
2024-07-13 21:48:03 +03:00
parent 065cfe1413
commit bbce1fb05f
3 changed files with 26 additions and 7 deletions

View File

@ -41,7 +41,7 @@ func main() {
return
}
if len(req.Events) > 10 {
if len(req.Events) > 11 {
c.JSON(http.StatusBadRequest, gin.H{
"error": "too many events",
})