format
This commit is contained in:
parent
76b8093dec
commit
c6b0757272
2 changed files with 9 additions and 3 deletions
|
@ -124,7 +124,8 @@ impl Forgejo {
|
|||
user: &str,
|
||||
opt: RenameUserOption,
|
||||
) -> Result<(), ForgejoError> {
|
||||
self.post_unit(&format!("admin/users/{user}/rename"), &opt).await
|
||||
self.post_unit(&format!("admin/users/{user}/rename"), &opt)
|
||||
.await
|
||||
}
|
||||
|
||||
pub async fn admin_create_repo(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue