- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
647 B
647 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dccfe52e-1b02-4171-b188-26afd445f37a | fix | Draft recent picks off-by-one error |
|
0.6 | 0.8 | 2025-12-13T01:15:00.758311+00:00 | 2025-12-13T01:15:00.758311+00:00 |
Fixed off-by-one error in get_recent_picks service method. The method was subtracting 1 from overall_end, but callers already passed currentpick - 1. This caused the Last 5 picks list on OnTheClock embed to skip the most recent pick (showing 124-128 instead of 125-129 when pick 130 was on clock). Removed extra subtraction in draft_pick_service.py. Version 2.24.6.