diff --git a/src/shared.ts b/src/shared.ts index 5610294..943a4a6 100644 --- a/src/shared.ts +++ b/src/shared.ts @@ -24,5 +24,6 @@ export function createUser(id: string): User | null { user.reservationCount = BigInt.fromI32(0) user.reservationDayCount = BigInt.fromI32(0) user.referralCount = BigInt.fromI32(0) + user.stakeCount = BigInt.fromI32(0) return user } \ No newline at end of file