Skip to content

Commit

Permalink
Make generateNewTweet public
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelnutcloud authored Jan 6, 2025
1 parent ea9d1c0 commit 46fda6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-twitter/src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,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

0 comments on commit 46fda6b

Please sign in to comment.