mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-04 11:46:30 +00:00
@ -364,7 +364,7 @@ async fn post_webhook(
|
||||
}
|
||||
|
||||
let mut webhooks = index_scheduler.webhooks();
|
||||
if dbg!(webhooks.webhooks.len() >= 20) {
|
||||
if webhooks.webhooks.len() >= 20 {
|
||||
return Err(TooManyWebhooks.into());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user