Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jun 15, 2024
1 parent b5500c8 commit 44bb712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/signup/signup.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ type Signup struct {
// Company from the Identity Provider
Company string `json:"company"`
Status Status `json:"status,omitempty"`
// StartDate is the date that the user's current subscription started, in ISO8601 format
// StartDate is the date that the user's current subscription started, in RFC3339 format
StartDate string `json:"startDate,omitempty"`
// End Date is the date that the user's current subscription will end, in ISO8601 format
// End Date is the date that the user's current subscription will end, in RFC3339 format
EndDate string `json:"endDate,omitempty"`
// DaysRemaining is a float representing the number of days remaining in the user's subscription
DaysRemaining *float64 `json:"daysRemaining,omitempty"`
Expand Down

0 comments on commit 44bb712

Please sign in to comment.