Skip to content

Commit

Permalink
Update authAuction.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
talafarael committed Apr 21, 2024
1 parent 9db4fbf commit 082a103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Router/authAuction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ class authAuction {
const userEmail = await User.findOne({_id:auction.listRates[auction.listRates.length-2].userId})
await emailSender.sendmessage({
emailUser:userEmail.email,
num:`вашу ставку перебил ${user.name}`
num:`вашу ставку перебил ${user.name}
https://il-auction-app.vercel.app/${auction._id}
`
})


Expand Down

0 comments on commit 082a103

Please sign in to comment.