New task (zenflow 738246ea)

In the Pairing Simulator page, I am getting the error:

**Error:**Unexpected token '<', "<!DOCTYPE "... is not valid JSON

Fid and fix the bug
This commit is contained in:
Zenflow
2026-03-11 13:02:24 -05:00
parent e5f7b2b053
commit c22ebbe45c
5 changed files with 107 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ function calculateCOI(db, sireId, damId) {
});
return {
coefficient: Math.round(coi * 10000) / 100,
coefficient: coi,
commonAncestors: commonAncestorList
};
}