diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-21 09:42:45 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-21 09:42:45 +0200 | 
| commit | 55da31ebea01103f9002800a309474ae5242d769 (patch) | |
| tree | b4c4bc5a15656cbb76feb88c0465e454a21e3814 /test-client | |
| parent | 8f195b0ce8359ce20496435aa6f518e7d13d992f (diff) | |
| download | hurrycurry-55da31ebea01103f9002800a309474ae5242d769.tar hurrycurry-55da31ebea01103f9002800a309474ae5242d769.tar.bz2 hurrycurry-55da31ebea01103f9002800a309474ae5242d769.tar.zst | |
send star rating
Diffstat (limited to 'test-client')
| -rw-r--r-- | test-client/protocol.ts | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test-client/protocol.ts b/test-client/protocol.ts index 376ebd58..c63e820f 100644 --- a/test-client/protocol.ts +++ b/test-client/protocol.ts @@ -75,6 +75,7 @@ export interface Score {      active_recipes: number,      passive_recipes: number,      instant_recipes: number, +    stars: number,  }  export type Message = | 
