Skip to content

Commit

Permalink
fix(#214): Added earlyAccess instance for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jun 10, 2024
1 parent 0df2f9d commit 9d38d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/cardchain/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func NewUser() User {
CouncilStatus: CouncilStatus_unavailable,
ReportMatches: false,
AirDrops: &AirDrops{},
EarlyAccess: &EarlyAccess{},
}
}

Expand Down

0 comments on commit 9d38d1e

Please sign in to comment.