API-10: Adding PartyPlaner register endpoint (#3)
Jenkins Production Deployment

- Also various other improvements

Co-authored-by: Patrick Müller <patrick@mueller-patrick.tech>
Reviewed-on: #3
Co-authored-by: Patrick Müller <patrick@plutodev.de>
Co-committed-by: Patrick Müller <patrick@plutodev.de>
This commit was merged in pull request #3.
This commit is contained in:
2021-08-20 11:26:38 +00:00
parent 7df8b5ad8e
commit 7265f92486
12 changed files with 651 additions and 1201 deletions
@@ -13,7 +13,6 @@ const pool = mariadb.createPool({
export const createHighlightEntry = async (req_body: any) => {
let conn;
let price: any;
try {
conn = await pool.getConnection();