mirror of
https://github.com/gogs/gogs.git
synced 2025-10-07 23:21:48 +00:00
models/org_team: fix compile error
This commit is contained in:
parent
a2dd9ec2e1
commit
ede58ade4c
@ -8,6 +8,8 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/go-xorm/xorm"
|
||||||
)
|
)
|
||||||
|
|
||||||
const OWNER_TEAM = "Owners"
|
const OWNER_TEAM = "Owners"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user