Skip to content

Commit

Permalink
bruv
Browse files Browse the repository at this point in the history
  • Loading branch information
HyggeHalcyon committed May 16, 2024
1 parent cb7e313 commit ee3c889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions constants/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const (
const (
MainEventEarlyBirdWithMerchCapacity = 7
MainEventPreSaleWithMerchCapacity = 14
MainEventNormalWithMerchCapacity = 20
MainEventNormalWithMerchCapacity = 30
MainEventEarlyBirdNoMerchCapacity = 13
MainEventPreSaleNoMerchCapacity = 57
MainEventNormalNoMerchCapacity = 60
MainEventNormalNoMerchCapacity = 95
)

const (
Expand Down
2 changes: 1 addition & 1 deletion migrations/seeder/seeders/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func EventSeeder(db *gorm.DB) error {
}, entity.Event{
ID: uuid.MustParse(constants.MainEventNormalNoMerchID),
Name: constants.MainEventNormalNoMerch,
Price: 135000,
Price: 130000,
WithKit: &False,
Capacity: constants.MainEventNormalNoMerchCapacity,
Registers: 0,
Expand Down

0 comments on commit ee3c889

Please sign in to comment.