From 1976bbbde538371cd86c19a7a1c5e24627b66c3e Mon Sep 17 00:00:00 2001 From: epszaw Date: Mon, 11 May 2026 17:56:39 +0200 Subject: [PATCH] remove legacy flag from the service config --- allurerc.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/allurerc.mjs b/allurerc.mjs index 0e718dee..cb900270 100644 --- a/allurerc.mjs +++ b/allurerc.mjs @@ -3,7 +3,6 @@ const { ALLURE_SERVICE_TOKEN } = process.env; const allureService = ALLURE_SERVICE_TOKEN ? { accessToken: ALLURE_SERVICE_TOKEN, - legacy: true, } : undefined;