Skip to content

Commit

Permalink
Merge branch 'develop' into dynamic-template
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd authored Dec 26, 2024
2 parents 3a5ba6c + 9c5b91e commit 1d72c24
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 @@ -176,7 +176,7 @@ export class TwitterPostClient {

// Add check for ENABLE_ACTION_PROCESSING before starting the loop
const enableActionProcessing =
this.runtime.getSetting("ENABLE_ACTION_PROCESSING") ?? false;
this.runtime.getSetting("ENABLE_ACTION_PROCESSING") === "true" || false;

if (enableActionProcessing) {
processActionsLoop().catch((error) => {
Expand Down

0 comments on commit 1d72c24

Please sign in to comment.