diff --git a/src/fetch.ts b/src/fetch.ts index bc6a9e1..5c83dd1 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -6,6 +6,7 @@ import { isGraphQLTweet } from './utils/graphql'; const API_ATTEMPTS = 3; let wasElongatorDisabled = false; +/* TODO: Figure out why TS globals were broken when not forcing globalThis */ declare const globalThis: { fetchCompletedTime: number; };