GIT-1766 fixing typo

This commit is contained in:
=Corey Hulen
2015-12-23 11:01:51 -08:00
parent 22a47c3ca1
commit fedf973c64

View File

@@ -13,7 +13,7 @@ import (
type OAuthApp struct {
Id string `json:"id"`
CreatorId string `json:"creator_id"`
CreateAt int64 `json:"update_at"`
CreateAt int64 `json:"create_at"`
UpdateAt int64 `json:"update_at"`
ClientSecret string `json:"client_secret"`
Name string `json:"name"`