Skip to content

Commit

Permalink
fix resp error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettat123 committed Mar 20, 2024
1 parent be1e1c7 commit 5021f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routers/web/repo/actions/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ func Rerun(ctx *context_module.Context) {
return
}
}
ctx.JSON(http.StatusOK, struct{}{})
return
}

Expand Down

0 comments on commit 5021f55

Please sign in to comment.