mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 02:50:54 +01:00
Remove graphql user console log
This commit is contained in:
parent
341f2e6987
commit
2cd3523ef7
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ const populateTweetProperties = async (
|
||||||
const graphQLUser = tweet.core.user_results.result;
|
const graphQLUser = tweet.core.user_results.result;
|
||||||
const apiUser = convertToApiUser(graphQLUser);
|
const apiUser = convertToApiUser(graphQLUser);
|
||||||
|
|
||||||
console.log(JSON.stringify(graphQLUser));
|
|
||||||
|
|
||||||
/* Populating a lot of the basics */
|
/* Populating a lot of the basics */
|
||||||
apiTweet.url = `${Constants.TWITTER_ROOT}/${apiUser.screen_name}/status/${tweet.rest_id}`;
|
apiTweet.url = `${Constants.TWITTER_ROOT}/${apiUser.screen_name}/status/${tweet.rest_id}`;
|
||||||
apiTweet.id = tweet.rest_id;
|
apiTweet.id = tweet.rest_id;
|
||||||
|
|
Loading…
Add table
Reference in a new issue