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:
@@ -113,7 +113,7 @@ function calculateCOI(db, sireId, damId) {
|
||||
});
|
||||
|
||||
return {
|
||||
coefficient: Math.round(coi * 10000) / 100,
|
||||
coefficient: coi,
|
||||
commonAncestors: commonAncestorList
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user