Team colors are uint32
This commit is contained in:
parent
e9f2b166a6
commit
bd0deecc89
2 changed files with 3 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ func bindingTeams() (string, error) {
|
|||
|
||||
type uploadedTeam struct {
|
||||
Name string
|
||||
Color int64
|
||||
Color uint32
|
||||
}
|
||||
|
||||
type uploadedMember struct {
|
||||
|
|
|
|||
Reference in a new issue