models/conversation: Refer to proper error variable (#1569)
This commit is contained in:
parent
07d19d12c2
commit
f68604c412
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue