Crack butt
This commit is contained in:
@@ -46,7 +46,7 @@ function handleIncoming(request, response, app, pool)
|
||||
.catch(_ => {
|
||||
response
|
||||
.status(500)
|
||||
.send(JSON.stringify({error: 'Internal server error'}));
|
||||
.send(JSON.stringify({error: 'Internal server error (Querying)'}));
|
||||
})
|
||||
.finally(() => {
|
||||
conn.end();
|
||||
@@ -55,7 +55,7 @@ function handleIncoming(request, response, app, pool)
|
||||
.catch(_ => {
|
||||
response
|
||||
.status(500)
|
||||
.send(JSON.stringify({error: 'Internal server error'}));
|
||||
.send(JSON.stringify({error: 'Internal server error (Connection)'}));
|
||||
});
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user