Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Nov 21, 2024
1 parent 81afa4d commit 9db7091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type Plan struct {
}

type PlanTier struct {
Amount int64 `json:"Amount" bson:"Amount"`
Amount int64 `json:"amount" bson:"amount"`
UpTo int64 `json:"upTo" bson:"upTo"`
}

Expand Down

0 comments on commit 9db7091

Please sign in to comment.