From b98f1be5fbb47f62cb418b669599555d6a13725a Mon Sep 17 00:00:00 2001 From: KernelDeimos <7225168+KernelDeimos@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:31:26 -0500 Subject: [PATCH] Revert "feat(data-access): move puter.js read to app driver" This reverts commit 2139551abf13569e4d0b998f764765dac1390ad8. It looks like this breaks dev-center because the file associations aren't properly sent. I will need to investigate this. --- src/puter-js/src/modules/Apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puter-js/src/modules/Apps.js b/src/puter-js/src/modules/Apps.js index f6302f7bb..babf753b9 100644 --- a/src/puter-js/src/modules/Apps.js +++ b/src/puter-js/src/modules/Apps.js @@ -190,7 +190,7 @@ class Apps { if ( typeof args[0] === 'object' && args[0] !== null ) { options.params = args[0]; } - return this.#addUserIterationToApp(await utils.make_driver_method(['uid'], 'puter-apps', 'app', 'read').call(this, options)); + return this.#addUserIterationToApp(await utils.make_driver_method(['uid'], 'puter-apps', 'es:app', 'read').call(this, options)); }; delete = async (...args) => {