revert: remove unnecessary getUser

This commit is contained in:
Natsumi
2026-02-12 14:52:42 +13:00
committed by pa
parent 2964a2afcd
commit 84f7103fd6
3 changed files with 6 additions and 4 deletions
-3
View File
@@ -200,11 +200,8 @@ export const useWorldStore = defineStore('World', () => {
if (args.cache) {
worldRequest.getWorld(args.params).then((args1) => {
if (D.id === args1.ref.id) {
D.loading = false;
D.ref = args1.ref;
updateVRChatWorldCache();
}
return args1;
});
}
}