Skip to content

Commit 1c797e9

Browse files
authored
Merge pull request #1902 from hazelnutcloud/patch-1
chore: Make `generateNewTweet` public
2 parents dce9f99 + 37af89a commit 1c797e9

File tree

2 files changed

+666
-683
lines changed

2 files changed

+666
-683
lines changed

packages/client-twitter/src/post.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export class TwitterPostClient {
393393
/**
394394
* Generates and posts a new tweet. If isDryRun is true, only logs what would have been posted.
395395
*/
396-
private async generateNewTweet() {
396+
async generateNewTweet() {
397397
elizaLogger.log("Generating new tweet");
398398

399399
try {

0 commit comments

Comments
 (0)