feature/IO-2769-Job-Totals-testing: Allow for both american and canadian capture + tests

This commit is contained in:
Dave Richer
2025-04-04 13:54:53 -04:00
parent 7ddec0bb0f
commit 1463037878

View File

@@ -5,7 +5,7 @@ import { TotalsServerSide as TotalsServerSideCA } from "../job-totals"; // Canad
import { TotalsServerSide as TotalsServerSideUS } from "../job-totals-USA"; // US version (rome)
/**
* This function is used to replace the values in the object with their
* This function is used to replace the values in the object with their toObject() representation.
* @param key
* @param value
* @returns {*}