Skip to content

Commit 49e2ce7

Browse files
authoredJan 23, 2025
Merge pull request elizaOS#2715 from elizaOS/tcm-remove-duplicated-pending
fix: remove duplicated handlePendingTweet
2 parents 499b139 + 69ddfa4 commit 49e2ce7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎packages/client-twitter/src/post.ts

-3
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ export class TwitterPostClient {
229229
}
230230

231231
const generateNewTweetLoop = async () => {
232-
// Check for pending tweets first
233-
if (this.approvalRequired) await this.handlePendingTweet();
234-
235232
const lastPost = await this.runtime.cacheManager.get<{
236233
timestamp: number;
237234
}>("twitter/" + this.twitterUsername + "/lastPost");

0 commit comments

Comments
 (0)