feat: remove user-agent diff windows and chrome

This commit is contained in:
March 7th
2022-12-12 18:51:37 +07:00
parent d81b3b8e28
commit 798650929b
3 changed files with 3 additions and 26 deletions

View File

@@ -18,11 +18,6 @@ class APIRequest {
this.options = options;
this.retries = 0;
/* Remove
const { userAgentSuffix } = this.client.options;
this.fullUserAgent = `${randomUA()}${userAgentSuffix.length ? `, ${userAgentSuffix.join(', ')}` : ''}`;
*/
let queryString = '';
if (options.query) {
const query = Object.entries(options.query)