From bbd6a3b8172e4cde32107cfacd48db36517c4749 Mon Sep 17 00:00:00 2001 From: Nastya Date: Thu, 28 Mar 2024 15:31:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BD=D1=83=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=BE?= =?UTF-8?q?=20=D1=8E=D0=B7=D0=B5=D1=80=D0=B0=D0=B3=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/api/quizRelase.ts | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/api/quizRelase.ts b/lib/api/quizRelase.ts index f3da10a..16c5543 100644 --- a/lib/api/quizRelase.ts +++ b/lib/api/quizRelase.ts @@ -27,10 +27,10 @@ export const publicationMakeRequest = ({ url, body }: any) => { headers: { "X-Sessionkey": SESSIONS, "Content-Type": "multipart/form-data", - // "DeviceType" : DeviceType, - // "Device" : Device, - // "OS": OSDevice, - // "Browser" : userAgent + "DeviceType" : DeviceType, + "Device" : Device, + "OS": OSDevice, + "Browser" : userAgent }, method: "POST", }); @@ -49,10 +49,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, diff --git a/package.json b/package.json index 79560eb..72c29b7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/squzanswerer", - "version": "1.0.6", + "version": "1.0.7", "type": "module", "main": "./dist-package/index.js", "module": "./dist-package/index.js",