Browse Source

Fix typo in unused constant name

tags/v1.2.0-rc1
Sandro Santilli 9 years ago
parent
commit
78f6bac474
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/pull.go

+ 1
- 1
models/pull.go View File

@@ -27,7 +27,7 @@ type PullRequestType int

const (
PULL_REQUEST_GITEA PullRequestType = iota
PLLL_ERQUEST_GIT
PULL_REQUEST_GIT
)

type PullRequestStatus int


Loading…
Cancel
Save