summaryrefslogtreecommitdiff
path: root/webhook/src
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/src')
-rw-r--r--webhook/src/handler/types.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/webhook/src/handler/types.rs b/webhook/src/handler/types.rs
index 4cba12a..4fc5b68 100644
--- a/webhook/src/handler/types.rs
+++ b/webhook/src/handler/types.rs
@@ -7,4 +7,3 @@ pub struct Interaction {
pub t: i16,
pub data: Option<Value>,
}
-