From 56b4fdb409d7d15cd97ef8545e09bf7e76ef442e Mon Sep 17 00:00:00 2001 From: Lukian Date: Mon, 16 Sep 2024 17:47:13 +0200 Subject: [PATCH] commit --- libs/mysql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/mysql.js b/libs/mysql.js index a69f65f..e1d9624 100644 --- a/libs/mysql.js +++ b/libs/mysql.js @@ -1,4 +1,4 @@ -const mysql = require("mysql"); +import * as mysql from 'mysql'; export function getConnection() { return mysql.createConnection({