mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
added todo
This commit is contained in:
parent
13fff606d0
commit
9f99e1ee37
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ export async function addResult(
|
|||
);
|
||||
}
|
||||
|
||||
//todo add a type here
|
||||
const result = Object.assign({}, req.body.result);
|
||||
result.uid = uid;
|
||||
if (isTestTooShort(result)) {
|
||||
|
|
Loading…
Reference in a new issue