Add no trailing whitespace and force eol at end of file. (#3154)
This commit is contained in:
committed by
Florent Vilmart
parent
7292fa7f11
commit
11f7712651
@@ -674,7 +674,7 @@ RestWrite.prototype.handleInstallation = function() {
|
||||
}
|
||||
|
||||
// Updating _Installation but not updating anything critical
|
||||
if (this.query && !this.data.deviceToken
|
||||
if (this.query && !this.data.deviceToken
|
||||
&& !installationId && !this.data.deviceType) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user