Skip to content
Snippets Groups Projects
Commit 55ce9ac6 authored by Varich Boonsanong's avatar Varich Boonsanong
Browse files

fix types

parent 6ae51bdb
No related branches found
No related tags found
No related merge requests found
Pipeline #606980 passed with stage
in 3 minutes and 28 seconds
......@@ -587,7 +587,6 @@ function getEvidenceTypePercentage(Score: TGetScoreInp) {
for (const claim of sentence.claims ?? []) {
for (const report of claim.reports ?? []) {
const sourceType = report.source_type ?? "";
// @ts-expect-error ts-is-bs
SourceTypesCounter[sourceType] += 1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment