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