Skip to content

Commit 5e192f1

Browse files
authored
Merge pull request #22 from JankariTech/fix-global-variable-definition
fixing global definition of fastlane card array
2 parents 6a8e21d + c20a662 commit 5e192f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ const pingScrumMasters = (robot, text) => {
169169

170170
module.exports = (robot) =>
171171
setInterval(() => {
172+
endCursor = null
173+
fastlaneCards.length = 0
172174
robot.error(function (err, res) {
173175
robot.logger.error(err)
174176
robot.send(

0 commit comments

Comments
 (0)