@conboai/app.db.query 0.3.43 → 0.3.45
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/app.db.query.js +2 -2
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -103342,7 +103342,7 @@ class ml {
|
|
|
103342
103342
|
}
|
|
103343
103343
|
}
|
|
103344
103344
|
function _$(e = "") {
|
|
103345
|
-
np.BASE = `${e}/api/classification`, Ia.BASE = `${e}/api/action`;
|
|
103345
|
+
console.log(e), np.BASE = `${e}/api/classification`, Ia.BASE = `${e}/api/action`;
|
|
103346
103346
|
}
|
|
103347
103347
|
function F2e({ siteId: e, UserProfile: t, onHomeClick: n, baseUrl: r }) {
|
|
103348
103348
|
_$(r);
|
|
@@ -104170,7 +104170,7 @@ M2e.setLicenseKey(
|
|
|
104170
104170
|
"57aa5ee5af3421c2b2bbf10d101fee0fTz05NDI1NSxFPTE3NTI1ODIyNDUwMDAsUz1wcm8sTE09c3Vic2NyaXB0aW9uLEtWPTI="
|
|
104171
104171
|
);
|
|
104172
104172
|
function $2e({ siteId: e, UserProfile: t, onHomeClick: n, baseUrl: r }) {
|
|
104173
|
-
_$(r);
|
|
104173
|
+
_$(r), console.log(r);
|
|
104174
104174
|
const [o, i] = ze(!0), [s, l] = Mo((c) => [
|
|
104175
104175
|
c.setSiteFeeds,
|
|
104176
104176
|
c.setSiteInfo
|