Skip to content

Commit

Permalink
fix(bad): documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassified committed Feb 13, 2025
1 parent 747c742 commit c7e6530
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions update_newsletter.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
)

type TestGroup struct {
Id int `json:"id"`
Name string `json:"name"`
Label string `json:"label"`
Winner bool `json:"winner"`
ContentIds []string `json:"content_ids"`
Id int `json:"id"`
Name string `json:"name"`
Label string `json:"label"`
Winner bool `json:"winner"`
ContentIds []json.Number `json:"content_ids"`
}

type ListNewsletterTestGroupsResponse struct {
Expand Down

0 comments on commit c7e6530

Please sign in to comment.