diff --git a/bots-common/request_repo.go b/bots-common/request_repo.go index 107b100..b637ed6 100644 --- a/bots-common/request_repo.go +++ b/bots-common/request_repo.go @@ -45,7 +45,7 @@ type Organization struct { } type User struct { - Id uint + Id int Username string }