wip: trial tests

This commit is contained in:
John Yeo
2026-01-11 11:01:19 +00:00
parent 4d1c0e5176
commit d78cdc9d5d
45 changed files with 1819 additions and 704 deletions

View File

@@ -81,8 +81,6 @@ export const getSmallestInterval = ({
ents?: Entitlement[];
excludeOneOff?: boolean;
}) => {
// let sortedPrices = structuredClone(prices);
// sortPricesByInterval(sortedPrices);
let allPriceIntervals = prices.map((p) => {
return {
interval: p.config.interval,