Skip to content

Commit

Permalink
Fix formatting for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezePhoenix authored Mar 14, 2024
1 parent 816946a commit 15da790
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion node/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13202,7 +13202,11 @@ setInterval(function () {
to: winner.name,
subject: "You've won a giveaway!",
message:
"Congratulations, you won " + player.name + "'s giveaway. Participants were: " + list.map(e=>e.name).join(", "),
"Congratulations, you won " +
player.name +
"'s giveaway. Participants were: " +
list.map((e) => e.name).join(", "),
rid: randomStr(50),
rid: randomStr(50),
retries: 5,
item: mitem,
Expand Down

0 comments on commit 15da790

Please sign in to comment.