Skip to content

Commit 30be1f4

Browse files
committed
Fix typo in unused constant name
1 parent 145ab5c commit 30be1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type PullRequestType int
2727

2828
const (
2929
PULL_REQUEST_GITEA PullRequestType = iota
30-
PLLL_ERQUEST_GIT
30+
PULL_REQUEST_GIT
3131
)
3232

3333
type PullRequestStatus int

0 commit comments

Comments
 (0)