We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99106da + 2e7075f commit 9c5b91eCopy full SHA for 9c5b91e
packages/client-twitter/src/post.ts
@@ -175,7 +175,7 @@ export class TwitterPostClient {
175
176
// Add check for ENABLE_ACTION_PROCESSING before starting the loop
177
const enableActionProcessing =
178
- this.runtime.getSetting("ENABLE_ACTION_PROCESSING") ?? false;
+ this.runtime.getSetting("ENABLE_ACTION_PROCESSING") === "true" || false;
179
180
if (enableActionProcessing) {
181
processActionsLoop().catch((error) => {
0 commit comments