Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Duplicate tweet scheduling loops in start method
- Resolved an issue where `generateNewTweetLoop` was called twice in the `start` method of /packages/client-twitter/src/post.ts.\n- The method was invoked at line 174 and line 190 without any conditional checks, leading to two independent tweet scheduling loops being created.\n- Removed one of the redundant `generateNewTweetLoop` calls to ensure only a single scheduling loop is initialized.\n\nFixes #1395
- Loading branch information