Skip to content

Commit 4f63185

Browse files
Merge branch 'master' into SER-1645-clean-up-old-fcm-api-related-code
2 parents 31de0ac + 839010d commit 4f63185

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

bin/scripts/expire-data/countly_single_app_expireDataBatches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function processDrillCollection(collection, seconds, callback) {
209209

210210
function generateIterationList(z) {
211211
z = (start === 0 && z) ? z : start;
212-
if (timeSpan === 0 && start === 0) {
212+
if (timeSpan === 0 && z === 0) {
213213
listed.push({"collection": collection.collection, "db": collection.db, "start": 0, "end": end, "query": {"ts": {"$lt": end}}});
214214
}
215215
else if (timeSpan === 0) {

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"puppeteer": "17.1.3",
8686
"sass": "1.78.0",
8787
"tslib": "^2.6.3",
88-
"uglify-js": "3.18.0",
88+
"uglify-js": "3.19.3",
8989
"underscore": "1.13.7",
9090
"xlsx-write-stream": "^1.0.0"
9191
},

0 commit comments

Comments
 (0)