update code to be inline with reviews

This commit is contained in:
Zomatree
2023-04-20 17:45:48 +01:00
parent 426d836a09
commit 312e1dd41f
11 changed files with 12 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
use revolt_quark::{Db, Ref, Result, EmptyResponse, Error};
/// # Deletes a webhook with a token
/// # Deletes a webhook
///
/// deletes a webhook with a token
#[openapi(tag = "Webhooks")]