diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-10 17:50:22 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-10 17:50:22 +0100 |
commit | 1bfee312bf6a176f50bc6751ad6d3cb8a80be5d8 (patch) | |
tree | 4d80428c036ea6c63fd3ff30803252a87269a5f5 /api/api.ts | |
parent | e7358f0d8a4ce56f7eed5927cfadf0ee29f4508f (diff) |
game status in recent games thingy works better now
Diffstat (limited to 'api/api.ts')
-rw-r--r-- | api/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ export interface gameInfo { duration: number; id: string; moves: Array<number>; - opponent: userInfo; + opponent?: userInfo; outcome: outcome; parent?: string; private: boolean; |