From 9485260f6640e8695d9834e761a17a9f99cb0df8 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 27 Oct 2024 12:14:06 +0800 Subject: [PATCH] :rotating_light: --- app/src/util/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/fetch.ts b/app/src/util/fetch.ts index 1ba43b784..9a41edc32 100644 --- a/app/src/util/fetch.ts +++ b/app/src/util/fetch.ts @@ -67,7 +67,7 @@ export const fetchPost = (url: string, data?: any, cb?: (response: IWebSocketDat cb(response); } }).catch((e) => { - console.warn("fetch post failed [" + e + "], url [" + url + "]"); + console.warn("fetch post failed [" + e + "], url [" + url + "]"); if (url === "/api/transactions" && (e.message === "Failed to fetch" || e.message === "Unexpected end of JSON input")) { kernelError(); return;