remove some request headers
This commit is contained in:
nflnkr 2024-04-02 13:05:38 +03:00
parent 0dd9052331
commit 60757e0906
2 changed files with 5 additions and 5 deletions

@ -64,10 +64,10 @@ export async function getData(quizId: string): Promise<{
headers: { headers: {
"X-Sessionkey": SESSIONS, "X-Sessionkey": SESSIONS,
"Content-Type": "application/json", "Content-Type": "application/json",
"DeviceType" : DeviceType, // "DeviceType" : DeviceType,
"Device" : Device, // "Device" : Device,
"OS": OSDevice, // "OS": OSDevice,
"Browser" : userAgent // "Browser" : userAgent
}, },
data: { data: {
quiz_id: quizId, quiz_id: quizId,

@ -1,6 +1,6 @@
{ {
"name": "@frontend/squzanswerer", "name": "@frontend/squzanswerer",
"version": "1.0.7", "version": "1.0.10",
"type": "module", "type": "module",
"main": "./dist-package/index.js", "main": "./dist-package/index.js",
"module": "./dist-package/index.js", "module": "./dist-package/index.js",