- 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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user