mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
link sku
This commit is contained in:
parent
b0af55b8c5
commit
04d181da35
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export function recommendSimilar(
|
||||||
const perWin = Math.max(1, Math.floor(scanN / WINDOWS));
|
const perWin = Math.max(1, Math.floor(scanN / WINDOWS));
|
||||||
|
|
||||||
// Optional debug:
|
// Optional debug:
|
||||||
// console.log("[linker] recommendSimilar scan", { pinnedSku, nAll, scanN, perWin, starts: starts.map(s => allAgg[s]?.name) });
|
console.log("[linker] recommendSimilar scan", { pinnedSku, nAll, scanN, perWin, starts: starts.map(s => allAgg[s]?.name) });
|
||||||
|
|
||||||
let scanned = 0;
|
let scanned = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue