mirror of
https://codeberg.org/Mo8it/git-webhook-client
synced 2025-04-09 05:13:40 +00:00
Clippy
This commit is contained in:
parent
0f0e15e392
commit
25e7a9a989
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pub fn trigger(
|
|||
.output()
|
||||
.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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue