This commit is contained in:
Travis CI 2016-12-15 16:33:18 +00:00
parent 26057960df
commit 611ad181ea
2 changed files with 2 additions and 2 deletions

View file

@ -20224,7 +20224,7 @@ class APIRequest {
} else if (this.data) {
apiRequest.send(this.data);
}
apiRequest.set('User-Agent', this.rest.userAgentManager.userAgent);
if (!this.rest.client.browser) apiRequest.set('User-Agent', this.rest.userAgentManager.userAgent);
return apiRequest;
}
}

File diff suppressed because one or more lines are too long