From 4278876c1e69918a156d226a0f157bc961f4b897 Mon Sep 17 00:00:00 2001 From: chunyanlv Date: Thu, 8 Nov 2018 22:20:08 +0900 Subject: [PATCH] fix the user time_zone --- user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.go b/user.go index 92b170ed..da456d8f 100644 --- a/user.go +++ b/user.go @@ -31,7 +31,7 @@ type User struct { APIObject Name string `json:"name"` Email string `json:"email"` - Timezone string `json:"timezone,omitempty"` + Timezone string `json:"time_zone,omitempty"` Color string `json:"color,omitempty"` Role string `json:"role,omitempty"` AvatarURL string `json:"avatar_url,omitempty"`