Skip to content

Commit

Permalink
Merge pull request #55 from lc-tut/dev
Browse files Browse the repository at this point in the history
ready for v0.1.2
  • Loading branch information
KashEight authored Mar 30, 2023
2 parents 477dfa8 + c7e8fe7 commit 26821ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consts/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func (ct CampusType) ToPrimitive() uint8 {
type ClubType uint8

const (
CultureType ClubType = 0
SportsType ClubType = 1
SportsType ClubType = 0
CultureType ClubType = 1
KokasaiType ClubType = 2
)

Expand Down

0 comments on commit 26821ad

Please sign in to comment.