From f88e5ff268c2e619ea68187afd543843a84e0fdd Mon Sep 17 00:00:00 2001 From: Jacqueline Zhang Date: Tue, 28 May 2024 18:53:43 +0800 Subject: [PATCH] update --- utils/utils.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/utils.ts b/utils/utils.ts index eb4a3ec..a5371c3 100644 --- a/utils/utils.ts +++ b/utils/utils.ts @@ -345,5 +345,4 @@ export function processResponse(response: any):{ [key: string]: string | bigint } }); return responseJson; -}; - +}; \ No newline at end of file