mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 11:37:39 +01:00
Fix: Use .destroy() instead of .end()
This commit is contained in:
parent
0197778af1
commit
e1f956879d
@ -323,7 +323,7 @@ exports.mysqlQuery = function (connectionString, query) {
|
||||
reject(err);
|
||||
})
|
||||
.finally(() => {
|
||||
connection.end();
|
||||
connection.destroy();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user