Skip to content

Commit

Permalink
api: fix invalid json annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
seletskiy committed May 1, 2019
1 parent 319faed commit 94f925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/confluence/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (

type Restriction struct {
User string `json:"userName"`
Group string `json:"groupName",omitempty`
Group string `json:"groupName,omitempty"`
}

type API struct {
Expand Down

0 comments on commit 94f925d

Please sign in to comment.