From 4e7e6f7db07d3122ddd75c5aff4e9d381d8bd931 Mon Sep 17 00:00:00 2001 From: Tri Hoang Date: Wed, 22 May 2024 05:12:21 +0700 Subject: [PATCH] Remove unused "mode" property of mergeLaunch method --- lib/report-portal-client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/report-portal-client.js b/lib/report-portal-client.js index 8694071..05402e1 100644 --- a/lib/report-portal-client.js +++ b/lib/report-portal-client.js @@ -319,7 +319,6 @@ class RPClient { * "description": string, * "mergeType": 'BASIC' | 'DEEP', * "name": string - * "mode": 'DEBUG' || 'DEFAULT', * } * Please, keep in mind that this method is work only in case * the option isLaunchMergeRequired is true.