Add comment

This commit is contained in:
dangered wolf 2023-08-22 02:12:36 -04:00
parent 45b28e93b4
commit 09d869cb4e
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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;
};