Skip to content

Commit

Permalink
Merge branch 'release/39.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed May 12, 2020
2 parents 39b3dd0 + 657b0b1 commit 7402b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ type ChatPostResp struct {
SenderID int `json:"senderId"`
TargetID int `json:"targetId"`
Text string `json:"text"`
Date int `json:"date"`
Date int64 `json:"date"`
NewToken string `json:"newToken"`
}

Expand Down

0 comments on commit 7402b57

Please sign in to comment.