Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Dec 25, 2024
1 parent 0da26ab commit f361ad3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const createResponseGenerationNode = (config: WorkflowConfig) => {
author: tweet.author_username,
});


if (!workflowState) {
item.workflowState = { autoFeedback: [] };
} else if (!workflowState.autoFeedback) {
Expand Down
4 changes: 1 addition & 3 deletions auto-kol/agent/src/services/twitter/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ export class ExtendedScraper extends Scraper {
let retryCount = 0;

while (!isLoggedIn && retryCount < maxRetries) {
logger.warn(
`Attempting to re-authenticate... (attempt ${retryCount + 1}/${maxRetries})`,
);
logger.warn(`Attempting to re-authenticate... (attempt ${retryCount + 1}/${maxRetries})`);
try {
await this.initialize();
isLoggedIn = await this.isLoggedIn();
Expand Down

0 comments on commit f361ad3

Please sign in to comment.