Skip to content

Commit a1db41a

Browse files
committed
unneeded
1 parent ed80193 commit a1db41a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/ts/test/test-ui.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,7 @@ async function updateHintsPosition(): Promise<void> {
370370
await joinOverlappingHints(hintIndices, letterElements, wordHintsElements);
371371
}
372372
}
373-
/*
374-
type RequireOnly<T, K extends keyof T> = Required<Pick<T, K>> &
375-
Partial<Omit<T, K>>;*/
373+
376374
type WordTextWithDirection = Pick<TestWords.Word, "text" | "direction">;
377375

378376
function buildWordHTML(word: WordTextWithDirection, wordIndex: number): string {

0 commit comments

Comments
 (0)