Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Rotate Every list even if it fails #2

Open
wmodes opened this issue May 16, 2017 · 1 comment
Open

Feature request: Rotate Every list even if it fails #2

wmodes opened this issue May 16, 2017 · 1 comment

Comments

@wmodes
Copy link

wmodes commented May 16, 2017

Zach,

Arguably, a failed Every tweet should not hold up the show. Consider making the Every list rotate even if it fails:

    // if (response.created_at && properties.constructor === 'every'){ 
    if (properties.constructor === 'every'){ 
      everyRotate();
    }
@wmodes wmodes changed the title Feature request: Every randomizer Feature request: Rotate Every list even if it fails May 16, 2017
@antgiant
Copy link
Contributor

antgiant commented Aug 2, 2019

@zachwhalen actually did incorporate this feature as a part of the Setup sheet on the current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants