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;