@bahmni/services 0.0.1-dev.201 → 0.0.1-dev.202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3990,7 +3990,7 @@ const Un = () => {
|
|
|
3990
3990
|
const t = JSON.parse(
|
|
3991
3991
|
decodeURIComponent(e).replace(/^"(.*)"$/, "$1")
|
|
3992
3992
|
);
|
|
3993
|
-
if (!t.
|
|
3993
|
+
if (!t.uuid)
|
|
3994
3994
|
throw new Error(ue.t("ERROR_FETCHING_USER_LOCATION_DETAILS"));
|
|
3995
3995
|
return t;
|
|
3996
3996
|
}, fg = async () => (await z(Xu("commons"))).find(
|