Skip to content

Commit

Permalink
fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 7, 2024
1 parent 564cda5 commit de372c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireSeqSearch_addon/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async function processLlmSummary(serverInfo, parsedSearchResult, fireDom) {
return;
}
if (targetRow.querySelector( ".fireSeqSearchLlmSummary" ) != null) {
consoleLogDebug("Skip. We have the summary for ", title);
consoleLogForDebug("Skip. We have the summary for ", title);
return;
}

Expand Down

0 comments on commit de372c2

Please sign in to comment.