Skip to content

Commit

Permalink
Fix: Move generateNewTweetLoop() into the if condition for enableActi…
Browse files Browse the repository at this point in the history
…onProcessing
  • Loading branch information
jasonqindev committed Dec 23, 2024
1 parent 6e26278 commit c38add3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client-twitter/src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class TwitterPostClient {
error
);
});
generateNewTweetLoop();
} else {
elizaLogger.log("Action processing loop disabled by configuration");
}
Expand Down

0 comments on commit c38add3

Please sign in to comment.