mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
parent
54fb2c1ef4
commit
6eca6dc59f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ export class DockerSocketHandler extends SocketHandler {
|
|||
socket.on("getDockerNetworkList", async (callback) => {
|
||||
try {
|
||||
checkLogin(socket);
|
||||
const dockerNetworkList = server.getDockerNetworkList();
|
||||
const dockerNetworkList = await server.getDockerNetworkList();
|
||||
callback({
|
||||
ok: true,
|
||||
dockerNetworkList,
|
||||
|
|
Loading…
Reference in a new issue