experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 18:05:57 -08:00
parent 4310bca0ef
commit 9f880ad1c0

View File

@ -102,7 +102,8 @@ export default {
let x = uc.user let x = uc.user
.findDetails({ existingRequest: convertedPromise }) .findDetails({ existingRequest: convertedPromise })
.finally(() => uc.set("loading", false)); .finally(() => uc.set("loading", false));
console.log(x);
console.log(x._result.user_fields);
return x; return x;
}); });
} }