Bugfix for potential #2 fix
This commit is contained in:
@@ -11,8 +11,6 @@ const connection = mysql.createPool({
|
|||||||
|
|
||||||
const nodesTable = `${databaseConfig.database_database}.nodes`;
|
const nodesTable = `${databaseConfig.database_database}.nodes`;
|
||||||
|
|
||||||
connection.connect()
|
|
||||||
|
|
||||||
/** Get all nodes the server knows about regardless of status
|
/** Get all nodes the server knows about regardless of status
|
||||||
* @param {*} callback Callback function
|
* @param {*} callback Callback function
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user