mlarhrouch / azure-pipeline-gpt-pr-review

Azure DevOps extension adding tools to review Pull Requets using Azure Pipelines
MIT License
57 stars 57 forks source link

Filter of Undefined #53

Open henriquehmg opened 2 weeks ago

henriquehmg commented 2 weeks ago

On pr.ts, on we have Thread.value.filter const threadsWithContext = (threads.value || []).filter((thread: any) => thread.threadContext !== null)