Skip to content

Commit c9d4f76

Browse files
committed
Should pass tests now
1 parent 7ca8836 commit c9d4f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestWrite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ RestWrite.prototype.handleInstallation = function() {
610610

611611
// Check if we already have installations for the installationId/deviceToken
612612
promise = promise.then(() => {
613-
if (!idMatch && this.data.installationId) {
613+
if (this.data.installationId) {
614614
return this.config.database.find('_Installation', {
615615
'installationId': this.data.installationId
616616
});

0 commit comments

Comments
 (0)