1
0
Fork 0
mirror of https://codeberg.org/Mo8it/git-webhook-client synced 2024-10-18 07:22:39 +00:00
This commit is contained in:
Mo 2022-10-12 16:27:47 +02:00
parent 0f0e15e392
commit 25e7a9a989

View file

@ -61,7 +61,7 @@ pub fn trigger(
.output() .output()
.unwrap(); .unwrap();
let new_hook_log_id = db::add_hook_log(&db_state.pool, &hook, &output); let new_hook_log_id = db::add_hook_log(&db_state.pool, hook, &output);
format!("{}/{}", config_state.base_url, new_hook_log_id) format!("{}/{}", config_state.base_url, new_hook_log_id)
} }