fix order when there are errors on funnel
This commit is contained in:
parent
8aa4d93f8f
commit
c8c82b3cb5
3 changed files with 30 additions and 26 deletions
|
|
@ -76,7 +76,7 @@ module.exports = {
|
|||
try {
|
||||
return sjcl.decrypt(key, sjclEncryptedJson);
|
||||
} catch (e) {
|
||||
log.info('Decryption failed due to error: ' + e.message);
|
||||
log.debug('Decryption failed due to error: ' + e.message);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue