ingeniuscliq-core 0.2.44 → 0.2.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1776,7 +1776,7 @@ const W5 = (e) => {
|
|
|
1776
1776
|
}, dy = async (e) => {
|
|
1777
1777
|
if (!Rl)
|
|
1778
1778
|
try {
|
|
1779
|
-
Yn.get(`${e}/sanctum/csrf-cookie`), Rl = !0;
|
|
1779
|
+
await Yn.get(`${e}/sanctum/csrf-cookie`), Rl = !0;
|
|
1780
1780
|
} catch (t) {
|
|
1781
1781
|
return console.error("Failed to fetch CSRF token:", t), !1;
|
|
1782
1782
|
}
|