Skip to content

Commit 7625d8c

Browse files
authored
Remove legacy flag from the service config (#1272)
1 parent 9d6a469 commit 7625d8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

allurerc.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const { ALLURE_SERVICE_TOKEN } = process.env;
33
const allureService = ALLURE_SERVICE_TOKEN
44
? {
55
accessToken: ALLURE_SERVICE_TOKEN,
6-
legacy: true,
76
}
87
: undefined;
98

0 commit comments

Comments
 (0)