From 0c41133a2ea5ac6b0bd2940de755dab35e5153fb Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 22 Nov 2023 11:32:28 +0800 Subject: [PATCH] :recycle: --- app/src/util/fetch.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/util/fetch.ts b/app/src/util/fetch.ts index 95b12408a..dc5e029d9 100644 --- a/app/src/util/fetch.ts +++ b/app/src/util/fetch.ts @@ -100,5 +100,3 @@ export const fetchGet = (url: string, cb: (response: IWebSocketData | IEmoji[]) cb(response); }); }; - -window.fetchSyncPost = fetchSyncPost