alexa-samples / skill-sample-nodejs-buttons-trivia

This is a sample trivia skill that will allow developers to get a head start on their trivia games using Echo Buttons. It allows for roll-call of the players, asking trivia questions, and determining whether the voice inputs matched the answers.
Other
32 stars 35 forks source link

Remove extraneous params in utils #8

Closed timothyaaron closed 5 years ago

timothyaaron commented 6 years ago

Description of changes: maximumHistoryLength isn't a thing; if it ever was, I can't find any references to it. rollCallHelper.handleRollCallTimeout only takes a single parameter.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

justinpecott commented 5 years ago

Good eyes, thanks!