asfigqruoialbdnilk

This commit is contained in:
Gvidas Juknevičius 2024-03-30 17:59:25 +02:00
parent 0c4b03d896
commit 40da63bc8e
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

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,