Skip to content

Commit

Permalink
Merge pull request #1902 from hazelnutcloud/patch-1
Browse files Browse the repository at this point in the history
chore: Make `generateNewTweet` public
  • Loading branch information
shakkernerd authored Jan 8, 2025
2 parents dce9f99 + 37af89a commit 1c797e9
Show file tree
Hide file tree
Showing 2 changed files with 666 additions and 683 deletions.
2 changes: 1 addition & 1 deletion packages/client-twitter/src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class TwitterPostClient {
/**
* Generates and posts a new tweet. If isDryRun is true, only logs what would have been posted.
*/
private async generateNewTweet() {
async generateNewTweet() {
elizaLogger.log("Generating new tweet");

try {
Expand Down
Loading

0 comments on commit 1c797e9

Please sign in to comment.