diff --git a/src/web/routes/api/webhooks/github/events/mod.rs b/src/web/routes/api/webhooks/github/events/mod.rs index 6dc93d5..2a9db14 100644 --- a/src/web/routes/api/webhooks/github/events/mod.rs +++ b/src/web/routes/api/webhooks/github/events/mod.rs @@ -11,7 +11,6 @@ pub async fn release_handler(db: Data>, token: Token, body: Rele let title = format!("{} has been released on {}!", body.release.tag_name, body.repository.full_name); dbg!(body); - body.hook // models::posts::Post::create_new( // db.lock().unwrap().borrow_mut(), // title,