Browse Source

changed updatedAt json to correct json value

Closes #469.

Change-Id: Ia5e4b979cc7cf70734c4104eb5616e0eb9cd5c3d
Lucas Alcantara 9 years ago
committed by Glenn Lewis
parent
commit
f561108eef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/repos_pages.go

+ 1
- 1
github/repos_pages.go View File

@ -30,7 +30,7 @@ type PagesBuild struct {
Commit *string `json:"commit,omitempty"`
Duration *int `json:"duration,omitempty"`
CreatedAt *Timestamp `json:"created_at,omitempty"`
UpdatedAt *Timestamp `json:"created_at,omitempty"`
UpdatedAt *Timestamp `json:"updated_at,omitempty"`
}
// GetPagesInfo fetches information about a GitHub Pages site.


Loading…
Cancel
Save