mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Move graphql helper from utils into helpers
This commit is contained in:
parent
0c2f1b04f9
commit
f77b3059b3
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import { translateTweet } from '../helpers/translate';
|
|||
import { unescapeText } from '../helpers/utils';
|
||||
import { processMedia } from '../helpers/media';
|
||||
import { convertToApiUser } from './user';
|
||||
import { isGraphQLTweet } from '../utils/graphql';
|
||||
import { isGraphQLTweet } from '../helpers/graphql';
|
||||
|
||||
/* This function does the heavy lifting of processing data from Twitter API
|
||||
and using it to create FixTweet's streamlined API responses */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { Constants } from './constants';
|
||||
import { Experiment, experimentCheck } from './experiments';
|
||||
import { generateUserAgent } from './helpers/useragent';
|
||||
import { isGraphQLTweet } from './utils/graphql';
|
||||
import { isGraphQLTweet } from './helpers/graphql';
|
||||
|
||||
const API_ATTEMPTS = 3;
|
||||
let wasElongatorDisabled = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue