Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jun 11, 2024
1 parent e213ace commit 3ebd146
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,16 +448,16 @@ class ResembleHelper extends Helper {
await this._addAttachment(baseImage, misMatch, options);
await this._addMochaContext(baseImage, misMatch, options);
if (awsC !== undefined) {
await this._upload(
awsC.accessKeyId,
awsC.secretAccessKey,
awsC.region,
awsC.bucketName,
baseImage,
options,
awsC.endpoint,
awsC.uploadOnlyBaseImage
);
await this._upload(
awsC.accessKeyId,
awsC.secretAccessKey,
awsC.region,
awsC.bucketName,
baseImage,
options,
awsC.endpoint,
awsC.uploadOnlyBaseImage,
);
}

this.debug(`MisMatch Percentage Calculated is ${misMatch} for baseline ${baseImage}`);
Expand Down

0 comments on commit 3ebd146

Please sign in to comment.