fix(system): teams response as string
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
type (
|
||||
// Teams - An organisation may have many teams. Teams may have many channels available. Access to channels may be shared between teams.
|
||||
Team struct {
|
||||
ID uint64 `json:"id" db:"id"`
|
||||
ID uint64 `json:"id,string" db:"id"`
|
||||
Name string `json:"name" db:"name"`
|
||||
Handle string `json:"handle" db:"handle"`
|
||||
CreatedAt time.Time `json:"createdAt,omitempty" db:"created_at"`
|
||||
|
||||
Reference in New Issue
Block a user