lint and format

This commit is contained in:
0d0acre 2024-09-21 02:20:54 +02:00
parent be0c66110a
commit f684d4e2c8

View file

@ -51,8 +51,6 @@ function getUpdatedMarkers(fromDate, callback) {
connection.release(); // return the connection to pool
if (err) throw err;
callback(rows);
console.log(rows)
});
});
}