Updates
This commit is contained in:
parent
a8128c23ab
commit
f0d44092e5
@ -64,8 +64,6 @@ export default async function fetchApi<
|
|||||||
data = fetchData.json();
|
data = fetchData.json();
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
console.log("FetchAPI error #2:", error.message);
|
console.log("FetchAPI error #2:", error.message);
|
||||||
console.log("fetchData =>", fetchData);
|
|
||||||
console.log("fetchOptions =>", fetchOptions);
|
|
||||||
data = null;
|
data = null;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
2
dist/client/fetch/index.js
vendored
2
dist/client/fetch/index.js
vendored
@ -65,8 +65,6 @@ function fetchApi(url, options) {
|
|||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
console.log("FetchAPI error #2:", error.message);
|
console.log("FetchAPI error #2:", error.message);
|
||||||
console.log("fetchData =>", fetchData);
|
|
||||||
console.log("fetchOptions =>", fetchOptions);
|
|
||||||
data = null;
|
data = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "5.7.14",
|
"version": "5.7.15",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user