@@ -138,7 +138,7 @@ func API_HandleQuery(query string, c *gin.Context) {
iflen(q["format"])>0{
ifq["format"][0]=="csv"{
c.String(200,result.CSV())
c.Data(200,"text/csv",result.CSV())
return
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.