Skip to content

Commit c144292

Browse files
committed
test
1 parent c0ba3e9 commit c144292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Service struct {
2222
ServiceListingID uint `json:"service_listing_id" gorm:"index;not null"`
2323
Title string `json:"title" gorm:"not null"`
2424
Price float64 `json:"price" gorm:"not null"`
25-
PriceUnit string `json:"price_unit" gorm:"not null"` // e.g., "per hour", "per cut", etc.
25+
PriceUnit string `json:"price_unit" gorm:"not null"` // e.g., "per hour", "per cut"
2626
CreatedAt time.Time `json:"created_at"`
2727
UpdatedAt time.Time `json:"updated_at"`
2828
ServiceListing ServiceListing `json:"-" gorm:"foreignKey:ServiceListingID"`

0 commit comments

Comments
 (0)