We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca8836 commit c9d4f76Copy full SHA for c9d4f76
src/RestWrite.js
@@ -610,7 +610,7 @@ RestWrite.prototype.handleInstallation = function() {
610
611
// Check if we already have installations for the installationId/deviceToken
612
promise = promise.then(() => {
613
- if (!idMatch && this.data.installationId) {
+ if (this.data.installationId) {
614
return this.config.database.find('_Installation', {
615
'installationId': this.data.installationId
616
});
0 commit comments