fix(plugins/languages): risky type assignment

This commit is contained in:
lowlighter
2022-10-23 14:09:07 -04:00
parent 7130b3a94e
commit 6704af5faf
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ export class Analyzer {
completed = true
solve(this.results)
})
results.partial = (results.partial.global) || (results.partial.repositories)
return results
}