Skip to content

Commit 08eace6

Browse files
committed
fixed to resolve in push for empty data
1 parent 007f7cf commit 08eace6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/push/api/api-push.js

+3
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ module.exports.onMerge = ({app_id, oldUser, newUser}) => {
458458
}
459459
});
460460
}
461+
else {
462+
resolve();
463+
}
461464
});
462465
});
463466
}

0 commit comments

Comments
 (0)