From 43331ae2269df6ee51f30eef06d8a9d65fd6d65c Mon Sep 17 00:00:00 2001 From: minie4 Date: Sat, 7 Oct 2023 09:44:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=20Increase=20BOLLE=20App-Version?= =?UTF-8?q?=20header=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/parser/bolle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/parser/bolle.js b/server/parser/bolle.js index a5e32e6..70bccac 100644 --- a/server/parser/bolle.js +++ b/server/parser/bolle.js @@ -73,7 +73,7 @@ export class BolleClient { // Set the auth headers "X-Auth-User": this.apiUser, "X-Auth-Token": this.apiKey, - "App-Version": "4", + "App-Version": "5", // Set the hash "B-Hash": hash.digest("hex"), "Content-Type": "application/json",