Bugfix for potential #2 fix

This commit is contained in:
Logan Cusano
2023-03-13 23:38:36 -04:00
parent ad09caac25
commit c8b90ca220

View File

@@ -11,8 +11,6 @@ const connection = mysql.createPool({
const nodesTable = `${databaseConfig.database_database}.nodes`;
connection.connect()
/** Get all nodes the server knows about regardless of status
* @param {*} callback Callback function
*/