Update index.js
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / api-test (22.x) (push) Has been cancelled

This commit is contained in:
jelveh
2025-10-13 00:36:15 -07:00
parent 661f13fc92
commit 2819ec7b06
+1 -1
View File
@@ -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;
});
};