asfigqruoialbdnilk

This commit is contained in:
2024-03-30 17:59:25 +02:00
parent 0c4b03d896
commit 40da63bc8e

View File

@@ -11,7 +11,6 @@ pub async fn release_handler(db: Data<Mutex<Database>>, 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,