feat: align ids to int64
This commit is contained in:
@@ -9,7 +9,7 @@ type TenantListFilter struct {
|
||||
}
|
||||
|
||||
type TenantProfile struct {
|
||||
ID string `json:"id"`
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Avatar string `json:"avatar"`
|
||||
Cover string `json:"cover"`
|
||||
|
||||
Reference in New Issue
Block a user