Skip to content

Commit 1e514ec

Browse files
gantoineclaude
andcommitted
chore(roms): drop redundant comments on the total opt-out
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 43cdd08 commit 1e514ec

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

backend/endpoints/roms/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ class CustomLimitOffsetParams(LimitOffsetParams):
325325

326326

327327
class CustomLimitOffsetPage[T: BaseModel](LimitOffsetPage[T]):
328-
# Null when the caller opted out of the count with with_total=false.
329328
total: GreaterEqualZero | None
330329
char_index: dict[str, int]
331330
rom_id_index: list[int]

frontend/src/services/api/rom.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export interface GetRomsParams {
186186
withCharIndex?: boolean;
187187
withFilterValues?: boolean;
188188
withRomIdIndex?: boolean;
189-
// Skip the result-set count server-side; `total` comes back null
190189
withTotal?: boolean;
191190
// Cancel an in-flight request
192191
signal?: AbortSignal;

0 commit comments

Comments
 (0)