Crack butt
This commit is contained in:
18
.idea/workspace.xml
generated
18
.idea/workspace.xml
generated
@@ -14,7 +14,8 @@
|
|||||||
</configurations>
|
</configurations>
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="00599d5b-7eb5-44da-ad7f-98bf42384c16" name="Changes" comment="Commit crack cocaine">
|
<list default="true" id="00599d5b-7eb5-44da-ad7f-98bf42384c16" name="Changes" comment="Commit war crimes in formal Yugoslavia">
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/code/web/incoming_request_handlers.js" beforeDir="false" afterPath="$PROJECT_DIR$/code/web/incoming_request_handlers.js" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/code/web/incoming_request_handlers.js" beforeDir="false" afterPath="$PROJECT_DIR$/code/web/incoming_request_handlers.js" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
@@ -196,7 +197,7 @@
|
|||||||
<workItem from="1716547378856" duration="243000" />
|
<workItem from="1716547378856" duration="243000" />
|
||||||
<workItem from="1716648462646" duration="8555000" />
|
<workItem from="1716648462646" duration="8555000" />
|
||||||
<workItem from="1716674767699" duration="21000" />
|
<workItem from="1716674767699" duration="21000" />
|
||||||
<workItem from="1716889548355" duration="371000" />
|
<workItem from="1716889548355" duration="1275000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="Changes">
|
<task id="LOCAL-00001" summary="Changes">
|
||||||
<created>1713528225837</created>
|
<created>1713528225837</created>
|
||||||
@@ -346,7 +347,15 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1716889664199</updated>
|
<updated>1716889664199</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="20" />
|
<task id="LOCAL-00020" summary="Commit war crimes in formal Yugoslavia">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1716890009616</created>
|
||||||
|
<option name="number" value="00020" />
|
||||||
|
<option name="presentableId" value="LOCAL-00020" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1716890009616</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="21" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
@@ -384,6 +393,7 @@
|
|||||||
<MESSAGE value="killed my brain doing literature" />
|
<MESSAGE value="killed my brain doing literature" />
|
||||||
<MESSAGE value="updated gay" />
|
<MESSAGE value="updated gay" />
|
||||||
<MESSAGE value="Commit crack cocaine" />
|
<MESSAGE value="Commit crack cocaine" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Commit crack cocaine" />
|
<MESSAGE value="Commit war crimes in formal Yugoslavia" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Commit war crimes in formal Yugoslavia" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@@ -46,7 +46,7 @@ function handleIncoming(request, response, app, pool)
|
|||||||
.catch(_ => {
|
.catch(_ => {
|
||||||
response
|
response
|
||||||
.status(500)
|
.status(500)
|
||||||
.send(JSON.stringify({error: 'Internal server error'}));
|
.send(JSON.stringify({error: 'Internal server error (Querying)'}));
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
conn.end();
|
conn.end();
|
||||||
@@ -55,7 +55,7 @@ function handleIncoming(request, response, app, pool)
|
|||||||
.catch(_ => {
|
.catch(_ => {
|
||||||
response
|
response
|
||||||
.status(500)
|
.status(500)
|
||||||
.send(JSON.stringify({error: 'Internal server error'}));
|
.send(JSON.stringify({error: 'Internal server error (Connection)'}));
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user