1
0
Fork 0
This commit is contained in:
Cyborus 2023-12-12 16:43:51 -05:00
parent 76b8093dec
commit c6b0757272
No known key found for this signature in database
2 changed files with 9 additions and 3 deletions

View file

@ -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(