BlitzKraft / saythanks.io

Spreading Thankfulness in Open Source.
https://saythanks.io
1.26k stars 153 forks source link

Found some variables redeclared JS-0085 #146

Closed kgashok closed 2 years ago

kgashok commented 2 years ago

The issue is with this line here.

In JavaScript, it's possible to redeclare the same variable name using var.
This can lead to confusion as to where the variable is actually declared and initialized.

sumit-158 commented 2 years ago

can I work on this?

kgashok commented 2 years ago

@sumit-158 the issue got closed much earlier. Please picks another one.