typo fixed
This commit is contained in:
parent
29e7b5591c
commit
abeb16b0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ const newEmailListener = (folder, messagesList) => {
|
||||||
try{
|
try{
|
||||||
jsonObj = extractJsonObject(spamfilter_result);
|
jsonObj = extractJsonObject(spamfilter_result);
|
||||||
}catch(e){
|
}catch(e){
|
||||||
console.error("[ThunderAI | SpamFilter ] Error extracting JSON from AI response: ", e);
|
console.error("[ThunderAI | SpamFilter] Error extracting JSON from AI response: ", e);
|
||||||
}
|
}
|
||||||
taLog.log("SpamFilter jsonObj: ", JSON.stringify(jsonObj));
|
taLog.log("SpamFilter jsonObj: ", JSON.stringify(jsonObj));
|
||||||
//TODO save log
|
//TODO save log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue