added todo

This commit is contained in:
Miodec 2023-04-03 14:51:51 +02:00
parent 13fff606d0
commit 9f99e1ee37

View file

@ -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)) {