Skip to content

Commit

Permalink
[fix] タブの揃え
Browse files Browse the repository at this point in the history
  • Loading branch information
hikahana committed Jul 27, 2024
1 parent 9b35bab commit c9620b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/internals/domain/sponsor_style.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type SponsorStyle struct {
Style string `json:"style"`
Feature string `json:"feature"`
Price int `json:"price"`
IsDeleted bool `json:"isDeleted"`
IsDeleted bool `json:"isDeleted"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}

0 comments on commit c9620b2

Please sign in to comment.