Skip to content

Commit

Permalink
Fix register error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Jan 27, 2024
1 parent 214628b commit dce95d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/repositories/user.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ export class UserRepository {
claimedReward: {
BOOL: Boolean(data.claimedReward),
},
joinedTournamentAt: {
S: data.joinedTournamentAt,
},
dummyPartitionKey: {
S: data.dummyPartitionKey,
},
};

const command = new PutItemCommand({
Expand Down

0 comments on commit dce95d1

Please sign in to comment.