Fix error in the console

pull/1/head
yflory 2019-07-05 17:06:02 +02:00
parent df5090eaef
commit 9d476ce9cd
1 changed files with 1 additions and 1 deletions

View File

@ -341,8 +341,8 @@ proxy.mailboxes = {
var req = ctx.req[txid];
var type = parsed[0];
var _msg = parsed[2];
var box = req.box;
if (!req) { return; }
var box = req.box;
if (type === 'HISTORY_RANGE') {
if (!Array.isArray(_msg)) { return; }