mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
removed throw
This commit is contained in:
parent
43dc325153
commit
0492d42ead
1 changed files with 0 additions and 1 deletions
|
@ -438,7 +438,6 @@ exports.testCompleted = functions.https.onCall((request, response) => {
|
|||
});
|
||||
})
|
||||
.catch((e) => {
|
||||
throw e;
|
||||
console.error(
|
||||
`error saving result when checking for PB for ${request.uid} - ${e.message}`
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue