Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Jun 7, 2024
1 parent 8108448 commit c9db15e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions detox/utils/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,16 +308,15 @@ function generateTestReport(summary, isUploadedToS3, reportLink, environment, te
function generateTitle() {
const {
BRANCH,
DETOX_AWS_S3_BUCKET,
BUILD_ID,
COMMIT_HASH,
DETOX_AWS_S3_BUCKET,
IOS,
PULL_REQUEST,
RELEASE_BUILD_NUMBER,
RELEASE_DATE,
RELEASE_VERSION,
TYPE,
REPORT_PATH
REPORT_PATH,
} = process.env;

const platform = IOS === 'true' ? 'iOS' : 'Android';
Expand Down

0 comments on commit c9db15e

Please sign in to comment.