Skip to content

Commit

Permalink
delete tz field in caiyun (#8)
Browse files Browse the repository at this point in the history
Close #7 

引入识别 tz 会导致不同跨时区请求出现问题。
  • Loading branch information
ringsaturn authored Oct 16, 2021
1 parent 36bd7fe commit c2dd0ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/caiyun.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ type CaiyunConfig struct {
apiKey string
lang string
debug bool
tz *time.Location
}

func (c *CaiyunConfig) Setup() {
Expand Down

0 comments on commit c2dd0ed

Please sign in to comment.