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: {
"X-Sessionkey": SESSIONS,
"Content-Type": "application/json",
"DeviceType" : DeviceType,
"Device" : Device,
"OS": OSDevice,
"Browser" : userAgent
// "DeviceType" : DeviceType,
// "Device" : Device,
// "OS": OSDevice,
// "Browser" : userAgent
},
data: {
quiz_id: quizId,

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