@@ -46,6 +46,5 @@ INNER JOIN kunzu ON kunzu.ku_id = kunde.ku_id
export async function fetchCustomersFromSql() {
const pool = await getPool();
const result = await pool.request().query(CUSTOMERS_QUERY);
console.log(result);
return result.recordset;
}
The note is not visible to the blocked user.