mirror of
https://github.com/v0l/route96.git
synced 2025-06-19 23:08:59 +00:00
feat: BUD-05
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user