This commit is contained in:
Vanessa 2023-11-22 11:32:28 +08:00
parent 56a10d7e9b
commit 0c41133a2e

View file

@ -100,5 +100,3 @@ export const fetchGet = (url: string, cb: (response: IWebSocketData | IEmoji[])
cb(response);
});
};
window.fetchSyncPost = fetchSyncPost