rivia 0.0.99 → 0.0.100
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
|
@@ -4533,7 +4533,7 @@ var ProductManagement = /* @__PURE__ */ function() {
|
|
|
4533
4533
|
existingDot.remove();
|
|
4534
4534
|
}
|
|
4535
4535
|
});
|
|
4536
|
-
const response = await fetch(`
|
|
4536
|
+
const response = await fetch(`https://demoapi.rivia.ai/pm_users/${state.pmUserId || ""}`, {
|
|
4537
4537
|
method: "PUT",
|
|
4538
4538
|
headers: {
|
|
4539
4539
|
"Content-Type": "application/json"
|