s/var/let/

This commit is contained in:
Simon Ser 2021-11-07 13:51:39 +01:00
parent 38a3075a2c
commit a58befd6d7

View File

@ -732,7 +732,7 @@ export default class App extends Component {
handleMessage(serverID, msg) {
let client = this.clients.get(serverID);
var destBuffers = this.routeMessage(serverID, msg);
let destBuffers = this.routeMessage(serverID, msg);
if (irc.findBatchByType(msg, "chathistory")) {
destBuffers.forEach((bufName) => {