Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeto143 authored May 3, 2024
1 parent 4e4b8bc commit 4a9a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5m5v-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function buildTweetPayload(tweet) {
id: tweet.id,
date: tweet.createdAt,
text: tweet.fullText,
from_user_name: tweet.tweetBy.fullName,
from_user_name: tweet.tweetBy.userName,
from_full_name: tweet.tweetBy.fullName,
from_profile_image: tweet.tweetBy.profileImage,
view_count: ~~tweet.viewCount,
Expand Down

0 comments on commit 4a9a798

Please sign in to comment.