Fix tests

This commit is contained in:
dangered wolf 2023-12-26 20:13:54 -05:00
parent 4a57b7d0ed
commit 181745f19d
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
"FixTweet / FixupX": "https://github.com/FixTweet/FixTweet"
"FxTwitter / FixupX": "https://github.com/FixTweet/FxTwitter"
}

View file

@ -49,7 +49,7 @@ export const buildAPITwitterStatus = async (
const graphQLUser = status.core.user_results.result;
const apiUser = convertToApiUser(graphQLUser);
/* Sometimes, `rest_id` is undefined for some reason. Inconsistent behavior. See: https://github.com/FixTweet/FixTweet/issues/416 */
/* Sometimes, `rest_id` is undefined for some reason. Inconsistent behavior. See: https://github.com/FixTweet/FxTwitter/issues/416 */
const id = status.rest_id ?? status.legacy.id_str;
/* Populating a lot of the basics */

View file

@ -5,7 +5,7 @@ const humanHeaders = {
'User-Agent':
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'
};
const githubUrl = 'https://github.com/FixTweet/FixTweet';
const githubUrl = 'https://github.com/FixTweet/FxTwitter';
const twitterBaseUrl = 'https://twitter.com';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment