feat: BUD-05

This commit is contained in:
2024-10-15 10:47:36 +01:00
parent 9ccbace175
commit a580ceac44
20 changed files with 482 additions and 282 deletions

View File

@ -16,9 +16,7 @@ struct WebhookRequest<T> {
impl Webhook {
pub fn new(url: String) -> Self {
Self {
url
}
Self { url }
}
/// Ask webhook api if this file can be accepted
@ -38,4 +36,4 @@ impl Webhook {
Ok(false)
}
}
}
}