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

pull/749/head
Scott Nonnenberg 8 years ago committed by GitHub
parent 07d19d12c2
commit f68604c412

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

Loading…
Cancel
Save