Skip to content

Commit c259ad4

Browse files
committed
(google#605) Rename Authorizations.UpdateAt => UpdatedAt
1 parent 7b3c4bb commit c259ad4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

github/authorizations.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type Authorization struct {
6363
App *AuthorizationApp `json:"app,omitempty"`
6464
Note *string `json:"note,omitempty"`
6565
NoteURL *string `json:"note_url,omitempty"`
66-
UpdateAt *Timestamp `json:"updated_at,omitempty"`
66+
UpdatedAt *Timestamp `json:"updated_at,omitempty"`
6767
CreatedAt *Timestamp `json:"created_at,omitempty"`
6868
Fingerprint *string `json:"fingerprint,omitempty"`
6969

github/github-accessors.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)