diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-11 22:53:52 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-11 22:53:52 +0200 |
| commit | 6c72cc28bcbad679d66fa3eb22b16b9a745d85c6 (patch) | |
| tree | 1fe621563d3eb1a734492941469d75dbc4c9f526 /test-client | |
| parent | 516546c3d20e1715370073acf2e6b8114351f8e9 (diff) | |
| download | hurrycurry-6c72cc28bcbad679d66fa3eb22b16b9a745d85c6.tar hurrycurry-6c72cc28bcbad679d66fa3eb22b16b9a745d85c6.tar.bz2 hurrycurry-6c72cc28bcbad679d66fa3eb22b16b9a745d85c6.tar.zst | |
even better server logging
Diffstat (limited to 'test-client')
| -rw-r--r-- | test-client/protocol.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 2024c830..521a3cb6 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -132,7 +132,7 @@ export type BookPage = { page_type: "cover" } | { page_type: "contents", title: Message, table: [Message, number][] } | { page_type: "text", title: Message, paragraphs: Message[] } - | { page_type: "recipe", title: Message, descriptions: Message, diagram: Diagram } + | { page_type: "recipe", title: Message, description: Message, diagram: Diagram } export interface Diagram { nodes: DiagramNode[] |