1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-18 00:47:48 -04:00

fix CreateIssueCommentOption reference ()

* fixes a warning remaining from  and 
This commit is contained in:
stevegt 2018-06-15 00:47:13 -07:00 committed by Lunny Xiao
parent a75f251195
commit a7aaacb633
2 changed files with 2 additions and 2 deletions
public
routers/api/v1/repo

@ -2208,7 +2208,7 @@
"name": "body", "name": "body",
"in": "body", "in": "body",
"schema": { "schema": {
"$ref": "#/definitions/CreateIssueOption" "$ref": "#/definitions/CreateIssueCommentOption"
} }
} }
], ],

@ -147,7 +147,7 @@ func CreateIssueComment(ctx *context.APIContext, form api.CreateIssueCommentOpti
// - name: body // - name: body
// in: body // in: body
// schema: // schema:
// "$ref": "#/definitions/CreateIssueOption" // "$ref": "#/definitions/CreateIssueCommentOption"
// responses: // responses:
// "201": // "201":
// "$ref": "#/responses/Comment" // "$ref": "#/responses/Comment"