@chatsystem/client 1.1.72 → 1.1.73

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.mjs CHANGED
@@ -23189,7 +23189,7 @@ const mx = ({
23189
23189
  contentType: "application/json"
23190
23190
  });
23191
23191
  let m = `${f}/company/settings/${t}`;
23192
- e && (m += `/${e}`), fetch(m, { ...h, credentials: "omit" }).then(async (b) => {
23192
+ m += `/${e}`, fetch(m, { ...h, credentials: "omit" }).then(async (b) => {
23193
23193
  const A = await b.json();
23194
23194
  i(A), hx({
23195
23195
  settings: A,