Skip to content

Commit

Permalink
Merge branch 'master' into SER-1645-clean-up-old-fcm-api-related-code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Sep 19, 2024
2 parents 31de0ac + 839010d commit 4f63185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function processDrillCollection(collection, seconds, callback) {

function generateIterationList(z) {
z = (start === 0 && z) ? z : start;
if (timeSpan === 0 && start === 0) {
if (timeSpan === 0 && z === 0) {
listed.push({"collection": collection.collection, "db": collection.db, "start": 0, "end": end, "query": {"ts": {"$lt": end}}});
}
else if (timeSpan === 0) {
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"puppeteer": "17.1.3",
"sass": "1.78.0",
"tslib": "^2.6.3",
"uglify-js": "3.18.0",
"uglify-js": "3.19.3",
"underscore": "1.13.7",
"xlsx-write-stream": "^1.0.0"
},
Expand Down

0 comments on commit 4f63185

Please sign in to comment.