forked from CringeStudios/gamja
s/var/let/
This commit is contained in:
parent
38a3075a2c
commit
a58befd6d7
@ -732,7 +732,7 @@ export default class App extends Component {
|
|||||||
handleMessage(serverID, msg) {
|
handleMessage(serverID, msg) {
|
||||||
let client = this.clients.get(serverID);
|
let client = this.clients.get(serverID);
|
||||||
|
|
||||||
var destBuffers = this.routeMessage(serverID, msg);
|
let destBuffers = this.routeMessage(serverID, msg);
|
||||||
|
|
||||||
if (irc.findBatchByType(msg, "chathistory")) {
|
if (irc.findBatchByType(msg, "chathistory")) {
|
||||||
destBuffers.forEach((bufName) => {
|
destBuffers.forEach((bufName) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user