Ensure that ctx.Written is checked after issues(...) calls (#15797) (#15798)

Fix issue noted in #15783

Signed-off-by: Andrew Thornton <[email protected]>

Co-authored-by: zeripath <[email protected]>
This commit is contained in:
6543
2021-05-09 09:48:52 +01:00
committed by GitHub
co-authored by GitHub zeripath
parent 76d6184cd0
commit af11549fb2
+3
View File
@@ -374,6 +374,9 @@ func Issues(ctx *context.Context) {
}
issues(ctx, ctx.QueryInt64("milestone"), ctx.QueryInt64("project"), util.OptionalBoolOf(isPullList))
if ctx.Written() {
return
}
var err error
// Get milestones