FINALLY
This commit is contained in:
@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user