mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Add comment
This commit is contained in:
parent
45b28e93b4
commit
09d869cb4e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import { isGraphQLTweet } from './utils/graphql';
|
||||||
const API_ATTEMPTS = 3;
|
const API_ATTEMPTS = 3;
|
||||||
let wasElongatorDisabled = false;
|
let wasElongatorDisabled = false;
|
||||||
|
|
||||||
|
/* TODO: Figure out why TS globals were broken when not forcing globalThis */
|
||||||
declare const globalThis: {
|
declare const globalThis: {
|
||||||
fetchCompletedTime: number;
|
fetchCompletedTime: number;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue