From 2819ec7b06c34ae9cabd6e40ccf48b49176dc407 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 13 Oct 2025 00:36:15 -0700 Subject: [PATCH] Update index.js --- src/puter-js/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puter-js/src/index.js b/src/puter-js/src/index.js index 36a3516bf..9e6f23eca 100644 --- a/src/puter-js/src/index.js +++ b/src/puter-js/src/index.js @@ -506,7 +506,7 @@ const puterInit = (function() { this.request_rao_(); // perform whoami and cache results - puter.getUser().then((user) => { + this.getUser().then((user) => { this.whoami = user; }); };