Skip to content

Commit

Permalink
Merge pull request elizaOS#1489 from qwdsds/chore/typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
lalalune authored Dec 27, 2024
2 parents d6649fe + bee46c4 commit 3fa32b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-twitter/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export async function sendTweet(
sentTweets.push(finalTweet);
previousTweetId = finalTweet.id;
} else {
console.error("Error sending chunk", chunk, "repsonse:", body);
console.error("Error sending chunk", chunk, "response:", body);
}

// Wait a bit between tweets to avoid rate limiting issues
Expand Down

0 comments on commit 3fa32b0

Please sign in to comment.