chore(discussion/client): apply formatting
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
524a503e86
commit
5946d1a298
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ func (c *discussionClient) GetByNumber(repo ghrepo.Interface, number int) (*Disc
|
|||
// including nested replies.
|
||||
type discussionCommentNode struct {
|
||||
ID string
|
||||
URL string `graphql:"url"`
|
||||
URL string `graphql:"url"`
|
||||
Author actorNode
|
||||
Body string
|
||||
CreatedAt time.Time
|
||||
|
|
@ -412,7 +412,7 @@ type discussionCommentNode struct {
|
|||
TotalCount int
|
||||
Nodes []struct {
|
||||
ID string
|
||||
URL string `graphql:"url"`
|
||||
URL string `graphql:"url"`
|
||||
Author actorNode
|
||||
Body string
|
||||
CreatedAt time.Time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue