Skip to content

Commit 66c92da

Browse files
Merge pull request #5962 from Countly/SER-2292
[SER-2292] Deleting document in merges with too many retries
2 parents 587aaf1 + b31a605 commit 66c92da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/parts/mgmt/app_users.js

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ usersApi.mergeOtherPlugins = function(options, callback) {
439439
if (result && result.length) {
440440
for (let index = 0; index < result.length; index++) {
441441
if (result[index].status === "rejected") {
442+
log.e(result[index]);
442443
retry = true;
443444
break;
444445
}

0 commit comments

Comments
 (0)