Skip to content

Commit 7103a2c

Browse files
committed
refactor(project): minor cleanup
1 parent 781b1cc commit 7103a2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routers/api/v1/repo/project.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func EditProject(ctx *context.APIContext) {
7878
// "$ref": "#/responses/error"
7979
// "404":
8080
// "$ref": "#/responses/notFound"
81-
8281
}
8382

8483
// GetProject a single project for repository
@@ -164,7 +163,7 @@ func DeleteProject(ctx *context.APIContext) {
164163

165164
// Project Boards
166165

167-
func CreateBoard(ctx *context.APIContext) {
166+
func CreateProjectBoard(ctx *context.APIContext) {
168167
// swagger:operation POST /repos/{owner}/{repo}/projects/{projectId}/boards repository repoCreateProjectBoard
169168
// ---
170169
// summary: Create a board

0 commit comments

Comments
 (0)