models/conversation: Refer to proper error variable (#1569)

This commit is contained in:
Scott Nonnenberg 2017-10-18 11:58:44 -07:00 committed by GitHub
parent 07d19d12c2
commit f68604c412

View file

@ -870,7 +870,7 @@
'decryptProfile error:',
id,
profile,
error && error.stack ? error.stack : error
e && e.stack ? e.stack : e
);
}
});