mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-23 13:59:22 +08:00
Fix save docker host issue
This commit is contained in:
@@ -139,7 +139,7 @@ async function sendDockerHostList(socket) {
|
||||
]);
|
||||
|
||||
for (let bean of list) {
|
||||
result.push(bean.export());
|
||||
result.push(bean.toJSON());
|
||||
}
|
||||
|
||||
io.to(socket.userID).emit("dockerHostList", result);
|
||||
|
Reference in New Issue
Block a user