clean up aliases

This commit is contained in:
Michael Jerger 2024-02-08 15:31:02 +01:00
commit b2cc848e7d
2 changed files with 27 additions and 30 deletions

View file

@ -45,7 +45,6 @@ func Repository(ctx *context.APIContext) {
ctx.Error(http.StatusInternalServerError, "Set Name", err)
return
}
response(ctx, repo)
}
@ -78,6 +77,5 @@ func RepositoryInbox(ctx *context.APIContext) {
if err != nil {
ctx.Error(httpStatus, title, err)
}
ctx.Status(http.StatusNoContent)
}