summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-04 07:15:13 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-04 07:15:13 -0500
commit59a3d6e725bef710858a17566af17c50e7c68b7e (patch)
treeed97eeddd5647d4ad9e6d62130fab6cddcc943ef /model
parentda6aba6e50d2571354b03b67bdd0b0b84f92ce9c (diff)
parentfedf973c648c861a7c6fd3def94c4abd5618c421 (diff)
downloadchat-59a3d6e725bef710858a17566af17c50e7c68b7e.tar.gz
chat-59a3d6e725bef710858a17566af17c50e7c68b7e.tar.bz2
chat-59a3d6e725bef710858a17566af17c50e7c68b7e.zip
Merge pull request #1770 from mattermost/GIT-1766
GIT-1766 fixing typo
Diffstat (limited to 'model')
-rw-r--r--model/oauth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/oauth.go b/model/oauth.go
index 67825dd97..448fd9dc9 100644
--- a/model/oauth.go
+++ b/model/oauth.go
@@ -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"`