Skip to content

Commit 5021f55

Browse files
committed
fix resp error
1 parent be1e1c7 commit 5021f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/web/repo/actions/view.go

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ func Rerun(ctx *context_module.Context) {
312312
return
313313
}
314314
}
315+
ctx.JSON(http.StatusOK, struct{}{})
315316
return
316317
}
317318

0 commit comments

Comments
 (0)