Browse Source

Fix typo in unused constant name

tags/v1.0.2
Sandro Santilli 9 years ago
parent
commit
30be1f4826
  1. 2
      models/pull.go

2
models/pull.go

@ -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