Remove unused Arc/Mutex
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
a6195d68de
commit
f6b031eb1f
3 changed files with 3 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ impl TryFrom<ForgejoHook> for Hook {
|
|||
name: push.repository.name,
|
||||
},
|
||||
pusher: User {
|
||||
name: push.pusher.login,
|
||||
name: push.pusher.username,
|
||||
},
|
||||
}),
|
||||
_ => return Err(Error::UnsupportedHookConversion),
|
||||
|
|
|
|||
Loading…
Reference in a new issue