Skip to content

Commit b2e4237

Browse files
committed
fix: log trade link
1 parent 80dd230 commit b2e4237

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/lib/skill_tree.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,8 @@ export const openTrade = (
486486
`https://www.pathofexile.com/trade/search${platform === 'PC' ? '' : `/${platform.toLowerCase()}`}/${league}`
487487
);
488488
url.searchParams.set('q', JSON.stringify(constructQuery(jewel, conqueror, results)));
489+
490+
console.log('opening trade', url);
491+
489492
window.open(url, '_blank');
490493
};

0 commit comments

Comments
 (0)