Skip to content

Commit

Permalink
type inferred from default value
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Jan 5, 2025
1 parent 5c3ce39 commit 8292cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tweets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export async function createCreateTweetRequest(
auth: TwitterAuth,
tweetId?: string,
mediaData?: { data: Buffer; mediaType: string }[],
hideLinkPreview: boolean = false,
hideLinkPreview = false,
) {
const onboardingTaskUrl = 'https://api.twitter.com/1.1/onboarding/task.json';

Expand Down

0 comments on commit 8292cd2

Please sign in to comment.