Skip to content

Commit c20a662

Browse files
committed
fixing global definition of fastlane card array
1 parent 6a8e21d commit c20a662

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)