Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from lostsnow/fix-member-struct
Browse files Browse the repository at this point in the history
Fixes member struct, `LoginTypes` changes to `[]string`
  • Loading branch information
VojtechVitek committed Feb 6, 2016
2 parents 01a7a71 + ebaa4a4 commit 36cd0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion member.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Member struct {
IdBoards []string `json:"idBoards"`
IdBoardsPinned []string `json:"idBoardsPinned"`
IdOrganizations []string `json:"idOrganizations"`
LoginTypes string `json:"loginTypes"`
LoginTypes []string `json:"loginTypes"`
NewEmail string `json:"newEmail"`
OneTimeMessagesDismissed []string `json:"oneTimeMessagesDismissed"`
Prefs struct {
Expand Down

0 comments on commit 36cd0e2

Please sign in to comment.