parent
7f187bdad9
commit
09a2f6f69d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ router.post('/post', postLimiter, async (request, response, next) => {
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(`Caught error when validating ${pid}:`, err.message || err);
|
console.error(`Caught error when validating ${pid}:`, err.message || err);
|
||||||
isPidValid = true;
|
isPidValid = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isPidValid) {
|
if (!isPidValid) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue