fix: correct usage of sandboxFiles

This commit is contained in:
James Murdza 2024-10-25 06:52:27 -06:00
parent 2eb2388e12
commit 250296f0e9

View File

@ -86,7 +86,7 @@ export class SandboxManager {
} }
) )
this.fileManager.initialize() this.fileManager.initialize()
this.socket.emit("loaded", this.fileManager.sandboxFiles) this.socket.emit("loaded", this.fileManager.sandboxFiles.files)
} }
} }