f68a6f7d1b
Remove duplicate removeCodeBlocks() call in keyword-detector/index.ts. The detectKeywordsWithType() function already calls removeCodeBlocks() internally, so calling it before passing the text was redundant and caused unnecessary double processing.