- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
647 B
Markdown
13 lines
647 B
Markdown
---
|
|
id: dccfe52e-1b02-4171-b188-26afd445f37a
|
|
type: fix
|
|
title: "Draft recent picks off-by-one error"
|
|
tags: [major-domo, discord-bot, draft, fix, off-by-one]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-13T01:15:00.758311+00:00"
|
|
updated: "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.
|