Skip to content

Commit

Permalink
Update user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-webdev committed Oct 21, 2023
1 parent 237c933 commit 129f85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React-V1/server/controller/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ const updateLFDetails = (req,res) => {
playerDetail.updateOne(
{ userAccount: userAccount },
{
$set: { lfID: selectedLFID, lfBoughtAt: lfBoughtAt, gameCoins: gameCoins, loanAgainstLF: loanAgainstLF },
$set: { lfID: selectedLFID, lfBoughtAt: lfBoughtAt, gameCoins: gameCoins, loanAgainstLF: loanAgainstLF, lastWheelSpinTime: lastWheelSpinTime },
},
(err) => {
if(err) {
Expand Down

0 comments on commit 129f85d

Please sign in to comment.