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