Update routers/api/v1/repo/issue.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
6543 2019-11-01 04:18:57 +01:00 committed by GitHub
parent f04f7c91a3
commit 432a38cb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ func AddIssueSubscription(ctx *context.APIContext) {
// required: true
// - name: user
// in: path
// description: user witch subscribe to issue
// description: user to subscribe
// type: string
// required: true
// responses: