mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-28 18:45:51 -05:00
Get rid of a wild var keyword
This commit is contained in:
parent
0137a95268
commit
ed41f08ba4
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ export default {
|
|||
app.open(nick);
|
||||
|
||||
if (args.length > 1) {
|
||||
var text = args.slice(1).join(" ");
|
||||
let text = args.slice(1).join(" ");
|
||||
app.privmsg(nick, text);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue