Skip to content

Commit

Permalink
Merge pull request #1402 from jasonqindev/fix/duplicate-next-tweet-log
Browse files Browse the repository at this point in the history
fix: duplicate tweet log
  • Loading branch information
monilpat authored Dec 23, 2024
2 parents aa2f4bf + ea91510 commit fc6c216
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 @@ -184,10 +184,10 @@ export class TwitterPostClient {
error
);
});
generateNewTweetLoop();
} else {
elizaLogger.log("Action processing loop disabled by configuration");
}
generateNewTweetLoop();
}

constructor(client: ClientBase, runtime: IAgentRuntime) {
Expand Down

0 comments on commit fc6c216

Please sign in to comment.