Skip to content

Commit

Permalink
api/twitter: change const to let for media
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Mar 11, 2025
1 parent 9579c3d commit 39b6bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/processing/services/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default async function({ id, index, toGif, dispatcher, alwaysProxy }) {

tweet = await tweet.json();

const media =
let media =
syndication
? tweet.mediaDetails
: await extractGraphqlMedia(tweet, dispatcher, id, guestToken, cookie);
Expand Down

0 comments on commit 39b6bb2

Please sign in to comment.