steamutils 1.1.47 → 1.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5443,7 +5443,9 @@ class SteamUser {
|
|
|
5443
5443
|
const result = await this._httpRequest({
|
|
5444
5444
|
url: `tradeoffer/new/send`,
|
|
5445
5445
|
headers: {
|
|
5446
|
-
Referer: tradeURL
|
|
5446
|
+
Referer: tradeURL,
|
|
5447
|
+
accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
|
|
5448
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
5447
5449
|
},
|
|
5448
5450
|
data: {
|
|
5449
5451
|
serverid: 1,
|